Html Css Color HEX #661DD5 Purple Heart

📋 copy color: '#661DD5'

red 102 ◦ green 29 ◦ blue 213

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

Shades of Purple Heart #661DD5

Tints of Purple Heart #661DD5

RGB

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

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

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

R = 29.65%
G = 8.43%
B = 61.92%

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

#661DD5 (or 0x661DD5) is known color: Purple Heart. HEX triplet: 66, 1D and D5. RGB value is (102,29,213). Sum of RGB (Red+Green+Blue) = 102+29+213=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 213 (83.59% from 255 or 61.92% from 344); Max value from RGB is 213 - color contains mainly: blue. Hex color #661DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DD5 is #99E22A. Grayscale: #474747. Windows color (decimal): -10084907 or 13966694. OLE color: 13966694.

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

Color convert

RGB 102 29 213 -
CMYK 0.52 0.86 0 0.16
HSL 263.8º 0.76% 0.47% -
HSV(B) 263.8º 0.86% 0.84% -
XYZ 17.93 8.51 63.65 -
YUV 71.8 207.68 149.54 -
System Red Green Blue C M Y K H S L
Decimal 102 29 213 0.52 0.86 0 0.16 263.8 0.76 0.47
Hex 66 1D D5 34 56 0 10 108 4C 2F
Octal 146 35 325 64 126 0 20 410 114 57
Binary 1100110 11101 11010101 110100 1010110 0 10000 100001000 1001100 101111

Color Harmonies of #661DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DD5

Black with #661DD5

Text Example


Text Example

White with #661DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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