#662BB5

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

Shades of Purple Heart #662BB5

Tints of Purple Heart #662BB5

Color information

#662BB5 (or 0x662BB5) is unknown color: approx Purple Heart. HEX triplet: 66, 2B and B5. RGB value is (102,43,181). Sum of RGB (Red+Green+Blue) = 102+43+181=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #662BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BB5 is #99D44A. Grayscale: #4B4B4B. Windows color (decimal): -10081355 or 11873126. OLE color: 11873126.

HSL color Cylindrical-coordinate representation of color #662BB5: hue angle of 265.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662BB5 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10243181-
CMYK0.440.7600.29
HSL265.65º61.61%43.92%-
HSV(B)265.65º76.24%70.98%-
XYZ14.687.8944.46-
YUV76.37187.05146.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 181 (71.09% from 255) = 55.52%
R=31.29%
G=13.19%
B=55.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102431810.440.7600.29265.6561.6143.92
Hex662BB52C4C01D10a3e2c
Octal14653265541140354127654
Binary1100110101011101101011011001001100011101100001010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662BB5; }

 p { color: rgb(102,43,181); }

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

<style>
 a { background-color: #662BB5; }

 a { background-color: rgb(102,43,181); }

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

<style>
 span { border-color: #662BB5; }

 span { border-color: rgb(102,43,181); }

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