#662BE2

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

Shades of Purple Heart #662BE2

Tints of Purple Heart #662BE2

Color information

#662BE2 (or 0x662BE2) is unknown color: approx Purple Heart. HEX triplet: 66, 2B and E2. RGB value is (102,43,226). Sum of RGB (Red+Green+Blue) = 102+43+226=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #662BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BE2 is #99D41D. Grayscale: #505050. Windows color (decimal): -10081310 or 14822246. OLE color: 14822246.

HSL color Cylindrical-coordinate representation of color #662BE2: hue angle of 259.34º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662BE2 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10243226-
CMYK0.550.8100.11
HSL259.34º75.93%52.75%-
HSV(B)259.34º80.97%88.63%-
XYZ20.0710.0472.83-
YUV81.5209.55142.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 43 (17.19% from 255) = 11.59%
BLUE value IS 226 (88.67% from 255) = 60.92%
R=27.49%
G=11.59%
B=60.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal102432260.550.8100.11259.3475.9352.75
Hex662BE237510B1034c35
Octal146533426712101340311465
Binary1100110101011111000101101111010001010111000000111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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