#662EBF

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

Shades of Purple Heart #662EBF

Tints of Purple Heart #662EBF

Color information

#662EBF (or 0x662EBF) is unknown color: approx Purple Heart. HEX triplet: 66, 2E and BF. RGB value is (102,46,191). Sum of RGB (Red+Green+Blue) = 102+46+191=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #662EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EBF is #99D140. Grayscale: #4E4E4E. Windows color (decimal): -10080577 or 12529254. OLE color: 12529254.

HSL color Cylindrical-coordinate representation of color #662EBF: hue angle of 263.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662EBF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10246191-
CMYK0.470.7600.25
HSL263.17º61.18%46.47%-
HSV(B)263.17º75.92%74.9%-
XYZ15.868.5450.1-
YUV79.27191.05144.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 191 (75% from 255) = 56.34%
R=30.09%
G=13.57%
B=56.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102461910.470.7600.25263.1761.1846.47
Hex662EBF2F4C0191073d2e
Octal14656277571140314077556
Binary1100110101110101111111011111001100011001100000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,46,191); }

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

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

 a { background-color: rgb(102,46,191); }

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

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

 span { border-color: rgb(102,46,191); }

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