Html Css Color HEX #660DCD Purple Heart

📋 copy color: '#660DCD'

red 102 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #660DCD

Tints of Purple Heart #660DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

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

R = 31.88%
G = 4.06%
B = 64.06%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#660DCD (or 0x660DCD) is known color: Purple Heart. HEX triplet: 66, 0D and CD. RGB value is (102,13,205). Sum of RGB (Red+Green+Blue) = 102+13+205=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #660DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DCD is #99F232. Grayscale: #3C3C3C. Windows color (decimal): -10089011 or 13438310. OLE color: 13438310.

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

Color convert

RGB 102 13 205 -
CMYK 0.50 0.94 0 0.20
HSL 267.81º 0.88% 0.43% -
HSV(B) 267.81º 0.94% 0.8% -
XYZ 16.64 7.52 58.33 -
YUV 61.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 102 13 205 0.50 0.94 0 0.20 267.81 0.88 0.43
Hex 66 D CD 32 5E 0 14 10C 58 2B
Octal 146 15 315 62 136 0 24 414 130 53
Binary 1100110 1101 11001101 110010 1011110 0 10100 100001100 1011000 101011

Color Harmonies of #660DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DCD

Black with #660DCD

Text Example


Text Example

White with #660DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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