Html Css Color HEX #660AAB Purple Heart

📋 copy color: '#660AAB'

red 102 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #660AAB

Tints of Purple Heart #660AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

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

R = 36.04%
G = 3.53%
B = 60.42%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660AAB (or 0x660AAB) is known color: Purple Heart. HEX triplet: 66, 0A and AB. RGB value is (102,10,171). Sum of RGB (Red+Green+Blue) = 102+10+171=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #660AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAB is #99F554. Grayscale: #373737. Windows color (decimal): -10089813 or 11209318. OLE color: 11209318.

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

Color convert

RGB 102 10 171 -
CMYK 0.40 0.94 0 0.33
HSL 274.29º 0.89% 0.35% -
HSV(B) 274.29º 0.94% 0.67% -
XYZ 12.94 5.98 39 -
YUV 55.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 102 10 171 0.40 0.94 0 0.33 274.29 0.89 0.35
Hex 66 A AB 28 5E 0 21 112 59 23
Octal 146 12 253 50 136 0 41 422 131 43
Binary 1100110 1010 10101011 101000 1011110 0 100001 100010010 1011001 100011

Color Harmonies of #660AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AAB

Black with #660AAB

Text Example


Text Example

White with #660AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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