Html Css Color HEX #661DDC Purple Heart

📋 copy color: '#661DDC'

red 102 ◦ green 29 ◦ blue 220

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

Shades of Purple Heart #661DDC

Tints of Purple Heart #661DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 29.06%
G = 8.26%
B = 62.68%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#661DDC (or 0x661DDC) is known color: Purple Heart. HEX triplet: 66, 1D and DC. RGB value is (102,29,220). Sum of RGB (Red+Green+Blue) = 102+29+220=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #661DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DDC is #99E223. Grayscale: #474747. Windows color (decimal): -10084900 or 14425446. OLE color: 14425446.

HSL color Cylindrical-coordinate representation of color #661DDC: hue angle of 262.93º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661DDC is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 29 220 -
CMYK 0.54 0.87 0 0.14
HSL 262.93º 0.77% 0.49% -
HSV(B) 262.93º 0.87% 0.86% -
XYZ 18.84 8.87 68.43 -
YUV 72.6 211.18 148.97 -
System Red Green Blue C M Y K H S L
Decimal 102 29 220 0.54 0.87 0 0.14 262.93 0.77 0.49
Hex 66 1D DC 36 57 0 E 107 4D 31
Octal 146 35 334 66 127 0 16 407 115 61
Binary 1100110 11101 11011100 110110 1010111 0 1110 100000111 1001101 110001

Color Harmonies of #661DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DDC

Black with #661DDC

Text Example


Text Example

White with #661DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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