Html Css Color HEX #660DD6 Purple Heart

📋 copy color: '#660DD6'

red 102 ◦ green 13 ◦ blue 214

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

Shades of Purple Heart #660DD6

Tints of Purple Heart #660DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.05%

R = 31%
G = 3.95%
B = 65.05%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#660DD6 (or 0x660DD6) is known color: Purple Heart. HEX triplet: 66, 0D and D6. RGB value is (102,13,214). Sum of RGB (Red+Green+Blue) = 102+13+214=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #660DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DD6 is #99F229. Grayscale: #3D3D3D. Windows color (decimal): -10089002 or 14028134. OLE color: 14028134.

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

Color convert

RGB 102 13 214 -
CMYK 0.52 0.94 0 0.16
HSL 266.57º 0.89% 0.45% -
HSV(B) 266.57º 0.94% 0.84% -
XYZ 17.76 7.97 64.22 -
YUV 62.53 213.49 156.16 -
System Red Green Blue C M Y K H S L
Decimal 102 13 214 0.52 0.94 0 0.16 266.57 0.89 0.45
Hex 66 D D6 34 5E 0 10 10B 59 2D
Octal 146 15 326 64 136 0 20 413 131 55
Binary 1100110 1101 11010110 110100 1011110 0 10000 100001011 1011001 101101

Color Harmonies of #660DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DD6

Black with #660DD6

Text Example


Text Example

White with #660DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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