Html Css Color HEX #661DD6 Purple Heart

📋 copy color: '#661DD6'

red 102 ◦ green 29 ◦ blue 214

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

Shades of Purple Heart #661DD6

Tints of Purple Heart #661DD6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 29.57%
G = 8.41%
B = 62.03%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#661DD6 (or 0x661DD6) is known color: Purple Heart. HEX triplet: 66, 1D and D6. RGB value is (102,29,214). Sum of RGB (Red+Green+Blue) = 102+29+214=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #661DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DD6 is #99E229. Grayscale: #474747. Windows color (decimal): -10084906 or 14032230. OLE color: 14032230.

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

Color convert

RGB 102 29 214 -
CMYK 0.52 0.86 0 0.16
HSL 263.68º 0.76% 0.48% -
HSV(B) 263.68º 0.86% 0.84% -
XYZ 18.06 8.56 64.32 -
YUV 71.92 208.18 149.46 -
System Red Green Blue C M Y K H S L
Decimal 102 29 214 0.52 0.86 0 0.16 263.68 0.76 0.48
Hex 66 1D D6 34 56 0 10 108 4C 30
Octal 146 35 326 64 126 0 20 410 114 60
Binary 1100110 11101 11010110 110100 1010110 0 10000 100001000 1001100 110000

Color Harmonies of #661DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DD6

Black with #661DD6

Text Example


Text Example

White with #661DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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