Html Css Color HEX #660ACD Purple Heart

📋 copy color: '#660ACD'

red 102 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #660ACD

Tints of Purple Heart #660ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 32.18%
G = 3.15%
B = 64.67%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#660ACD (or 0x660ACD) is known color: Purple Heart. HEX triplet: 66, 0A and CD. RGB value is (102,10,205). Sum of RGB (Red+Green+Blue) = 102+10+205=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #660ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ACD is #99F532. Grayscale: #3B3B3B. Windows color (decimal): -10089779 or 13437542. OLE color: 13437542.

HSL color Cylindrical-coordinate representation of color #660ACD: hue angle of 268.31º 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 #660ACD is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 10 205 -
CMYK 0.50 0.95 0 0.20
HSL 268.31º 0.91% 0.42% -
HSV(B) 268.31º 0.95% 0.8% -
XYZ 16.61 7.45 58.32 -
YUV 59.74 209.98 158.14 -
System Red Green Blue C M Y K H S L
Decimal 102 10 205 0.50 0.95 0 0.20 268.31 0.91 0.42
Hex 66 A CD 32 5F 0 14 10C 5B 2A
Octal 146 12 315 62 137 0 24 414 133 52
Binary 1100110 1010 11001101 110010 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #660ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ACD

Black with #660ACD

Text Example


Text Example

White with #660ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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