Html Css Color HEX #660CCA Purple Heart

📋 copy color: '#660CCA'

red 102 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #660CCA

Tints of Purple Heart #660CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.92%

R = 32.28%
G = 3.8%
B = 63.92%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#660CCA (or 0x660CCA) is known color: Purple Heart. HEX triplet: 66, 0C and CA. RGB value is (102,12,202). Sum of RGB (Red+Green+Blue) = 102+12+202=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #660CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CCA is #99F335. Grayscale: #3B3B3B. Windows color (decimal): -10089270 or 13241446. OLE color: 13241446.

HSL color Cylindrical-coordinate representation of color #660CCA: hue angle of 268.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660CCA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 12 202 -
CMYK 0.50 0.94 0 0.21
HSL 268.42º 0.89% 0.42% -
HSV(B) 268.42º 0.94% 0.79% -
XYZ 16.27 7.35 56.44 -
YUV 60.57 207.82 157.55 -
System Red Green Blue C M Y K H S L
Decimal 102 12 202 0.50 0.94 0 0.21 268.42 0.89 0.42
Hex 66 C CA 32 5E 0 15 10C 59 2A
Octal 146 14 312 62 136 0 25 414 131 52
Binary 1100110 1100 11001010 110010 1011110 0 10101 100001100 1011001 101010

Color Harmonies of #660CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CCA

Black with #660CCA

Text Example


Text Example

White with #660CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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