Html Css Color HEX #660EAB Purple Heart

📋 copy color: '#660EAB'

red 102 ◦ green 14 ◦ blue 171

#660EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #660EAB

Tints of Purple Heart #660EAB

RGB

 RED value IS 102 (40.23% from 255) = 35.54%

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 35.54%
G = 4.88%
B = 59.58%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660EAB (or 0x660EAB) is known color: Purple Heart. HEX triplet: 66, 0E and AB. RGB value is (102,14,171). Sum of RGB (Red+Green+Blue) = 102+14+171=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #660EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660EAB is #99F154. Grayscale: #393939. Windows color (decimal): -10088789 or 11210342. OLE color: 11210342.

HSL color Cylindrical-coordinate representation of color #660EAB: hue angle of 273.63º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660EAB is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 14 171 -
CMYK 0.40 0.92 0 0.33
HSL 273.63º 0.85% 0.36% -
HSV(B) 273.63º 0.92% 0.67% -
XYZ 12.99 6.08 39.02 -
YUV 58.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 102 14 171 0.40 0.92 0 0.33 273.63 0.85 0.36
Hex 66 E AB 28 5C 0 21 112 55 24
Octal 146 16 253 50 134 0 41 422 125 44
Binary 1100110 1110 10101011 101000 1011100 0 100001 100010010 1010101 100100

Color Harmonies of #660EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EAB

Black with #660EAB

Text Example


Text Example

White with #660EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660EAB; }

 p { color: rgb(102,14,171); }

 H1.HeaderClassName
 {
   color: #660EAB;
 }
 .AnyTagClassName
 {
   color: #660EAB;
 }
</style>

background-color css

<style>
 a { background-color: #660EAB; }

 a { background-color: rgb(102,14,171); }

 div.DivClassName
 {
   background-color: #660EAB;
 }
 .BgClassName
 {
   background-color: #660EAB;
 }
</style>

border-color css

<style>
 span { border-color: #660EAB; }

 span { border-color: rgb(102,14,171); }

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