Html Css Color HEX #660CCE Purple Heart

📋 copy color: '#660CCE'

red 102 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #660CCE

Tints of Purple Heart #660CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 31.88%
G = 3.75%
B = 64.38%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#660CCE (or 0x660CCE) is known color: Purple Heart. HEX triplet: 66, 0C and CE. RGB value is (102,12,206). Sum of RGB (Red+Green+Blue) = 102+12+206=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #660CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CCE is #99F331. Grayscale: #3C3C3C. Windows color (decimal): -10089266 or 13503590. OLE color: 13503590.

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

Color convert

RGB 102 12 206 -
CMYK 0.50 0.94 0 0.19
HSL 267.84º 0.89% 0.43% -
HSV(B) 267.84º 0.94% 0.81% -
XYZ 16.75 7.54 58.97 -
YUV 61.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 102 12 206 0.50 0.94 0 0.19 267.84 0.89 0.43
Hex 66 C CE 32 5E 0 13 10C 59 2B
Octal 146 14 316 62 136 0 23 414 131 53
Binary 1100110 1100 11001110 110010 1011110 0 10011 100001100 1011001 101011

Color Harmonies of #660CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CCE

Black with #660CCE

Text Example


Text Example

White with #660CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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