Html Css Color HEX #660CAA Purple Heart

📋 copy color: '#660CAA'

red 102 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #660CAA

Tints of Purple Heart #660CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 35.92%
G = 4.23%
B = 59.86%

CMYK

 C value IS 0.4

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660CAA (or 0x660CAA) is known color: Purple Heart. HEX triplet: 66, 0C and AA. RGB value is (102,12,170). Sum of RGB (Red+Green+Blue) = 102+12+170=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #660CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660CAA is #99F355. Grayscale: #383838. Windows color (decimal): -10089302 or 11144294. OLE color: 11144294.

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

Color convert

RGB 102 12 170 -
CMYK 0.4 0.93 0 0.33
HSL 274.18º 0.87% 0.36% -
HSV(B) 274.18º 0.93% 0.67% -
XYZ 12.87 5.99 38.51 -
YUV 56.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 102 12 170 0.4 0.93 0 0.33 274.18 0.87 0.36
Hex 66 C AA 28 5D 0 21 112 57 24
Octal 146 14 252 50 135 0 41 422 127 44
Binary 1100110 1100 10101010 101000 1011101 0 100001 100010010 1010111 100100

Color Harmonies of #660CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CAA

Black with #660CAA

Text Example


Text Example

White with #660CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,12,170); }

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

background-color css

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

 a { background-color: rgb(102,12,170); }

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

border-color css

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

 span { border-color: rgb(102,12,170); }

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