Html Css Color HEX #660ED5 Purple Heart

📋 copy color: '#660ED5'

red 102 ◦ green 14 ◦ blue 213

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

Shades of Purple Heart #660ED5

Tints of Purple Heart #660ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.74%

R = 31%
G = 4.26%
B = 64.74%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#660ED5 (or 0x660ED5) is known color: Purple Heart. HEX triplet: 66, 0E and D5. RGB value is (102,14,213). Sum of RGB (Red+Green+Blue) = 102+14+213=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #660ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ED5 is #99F12A. Grayscale: #3E3E3E. Windows color (decimal): -10088747 or 13962854. OLE color: 13962854.

HSL color Cylindrical-coordinate representation of color #660ED5: hue angle of 266.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660ED5 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 14 213 -
CMYK 0.52 0.93 0 0.16
HSL 266.53º 0.88% 0.45% -
HSV(B) 266.53º 0.93% 0.84% -
XYZ 17.65 7.94 63.55 -
YUV 63 212.65 155.82 -
System Red Green Blue C M Y K H S L
Decimal 102 14 213 0.52 0.93 0 0.16 266.53 0.88 0.45
Hex 66 E D5 34 5D 0 10 10B 58 2D
Octal 146 16 325 64 135 0 20 413 130 55
Binary 1100110 1110 11010101 110100 1011101 0 10000 100001011 1011000 101101

Color Harmonies of #660ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ED5

Black with #660ED5

Text Example


Text Example

White with #660ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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