Html Css Color HEX #660ACC Purple Heart

📋 copy color: '#660ACC'

red 102 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #660ACC

Tints of Purple Heart #660ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 32.28%
G = 3.16%
B = 64.56%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#660ACC (or 0x660ACC) is known color: Purple Heart. HEX triplet: 66, 0A and CC. RGB value is (102,10,204). Sum of RGB (Red+Green+Blue) = 102+10+204=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #660ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ACC is #99F533. Grayscale: #3A3A3A. Windows color (decimal): -10089780 or 13372006. OLE color: 13372006.

HSL color Cylindrical-coordinate representation of color #660ACC: hue angle of 268.45º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660ACC is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 10 204 -
CMYK 0.5 0.95 0 0.2
HSL 268.45º 0.91% 0.42% -
HSV(B) 268.45º 0.95% 0.8% -
XYZ 16.49 7.4 57.69 -
YUV 59.62 209.48 158.23 -
System Red Green Blue C M Y K H S L
Decimal 102 10 204 0.5 0.95 0 0.2 268.45 0.91 0.42
Hex 66 A CC 32 5F 0 14 10C 5B 2A
Octal 146 12 314 62 137 0 24 414 133 52
Binary 1100110 1010 11001100 110010 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #660ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ACC

Black with #660ACC

Text Example


Text Example

White with #660ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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