#6537B2

Color #6537B2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6537B2

Tints of Purple Heart #6537B2

Color information

#6537B2 (or 0x6537B2) is unknown color: approx Purple Heart. HEX triplet: 65, 37 and B2. RGB value is (101,55,178). Sum of RGB (Red+Green+Blue) = 101+55+178=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #6537B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6537B2 is #9AC84D. Grayscale: #525252. Windows color (decimal): -10143822 or 11679589. OLE color: 11679589.

HSL color Cylindrical-coordinate representation of color #6537B2: hue angle of 262.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6537B2 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10155178-
CMYK0.430.6900.30
HSL262.44º52.79%45.69%-
HSV(B)262.44º69.1%69.8%-
XYZ14.778.7143.02-
YUV82.78181.74141-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 178 (69.92% from 255) = 53.29%
R=30.24%
G=16.47%
B=53.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101551780.430.6900.30262.4452.7945.69
Hex6537B22B4501E106352e
Octal14567262531050364066556
Binary1100101110111101100101010111000101011110100000110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6537B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6537B2; }

 p { color: rgb(101,55,178); }

 H1.HeaderClassName
 {
   color: #6537B2;
 }
 .AnyTagClassName
 {
   color: #6537B2;
 }
</style>
background-color css

<style>
 a { background-color: #6537B2; }

 a { background-color: rgb(101,55,178); }

 div.DivClassName
 {
   background-color: #6537B2;
 }
 .BgClassName
 {
   background-color: #6537B2;
 }
</style>
border-color css

<style>
 span { border-color: #6537B2; }

 span { border-color: rgb(101,55,178); }

 td.TdClassName
 {
   border-color: #6537B2;
 }
 .TagClassName
 {
   border-color: #6537B2;
 }
</style>