Html Css Color HEX #660ECA Purple Heart

📋 copy color: '#660ECA'

red 102 ◦ green 14 ◦ blue 202

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

Shades of Purple Heart #660ECA

Tints of Purple Heart #660ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.4%

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

R = 32.08%
G = 4.4%
B = 63.52%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#660ECA (or 0x660ECA) is known color: Purple Heart. HEX triplet: 66, 0E and CA. RGB value is (102,14,202). Sum of RGB (Red+Green+Blue) = 102+14+202=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #660ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ECA is #99F135. Grayscale: #3D3D3D. Windows color (decimal): -10088758 or 13241958. OLE color: 13241958.

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

Color convert

RGB 102 14 202 -
CMYK 0.50 0.93 0 0.21
HSL 268.09º 0.87% 0.42% -
HSV(B) 268.09º 0.93% 0.79% -
XYZ 16.3 7.4 56.45 -
YUV 61.74 207.15 156.71 -
System Red Green Blue C M Y K H S L
Decimal 102 14 202 0.50 0.93 0 0.21 268.09 0.87 0.42
Hex 66 E CA 32 5D 0 15 10C 57 2A
Octal 146 16 312 62 135 0 25 414 127 52
Binary 1100110 1110 11001010 110010 1011101 0 10101 100001100 1010111 101010

Color Harmonies of #660ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ECA

Black with #660ECA

Text Example


Text Example

White with #660ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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