Html Css Color HEX #661DDD Purple Heart

📋 copy color: '#661DDD'

red 102 ◦ green 29 ◦ blue 221

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

Shades of Purple Heart #661DDD

Tints of Purple Heart #661DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 28.98%
G = 8.24%
B = 62.78%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#661DDD (or 0x661DDD) is known color: Purple Heart. HEX triplet: 66, 1D and DD. RGB value is (102,29,221). Sum of RGB (Red+Green+Blue) = 102+29+221=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #661DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DDD is #99E222. Grayscale: #484848. Windows color (decimal): -10084899 or 14490982. OLE color: 14490982.

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

Color convert

RGB 102 29 221 -
CMYK 0.54 0.87 0 0.13
HSL 262.81º 0.77% 0.49% -
HSV(B) 262.81º 0.87% 0.87% -
XYZ 18.97 8.92 69.13 -
YUV 72.72 211.68 148.89 -
System Red Green Blue C M Y K H S L
Decimal 102 29 221 0.54 0.87 0 0.13 262.81 0.77 0.49
Hex 66 1D DD 36 57 0 D 107 4D 31
Octal 146 35 335 66 127 0 15 407 115 61
Binary 1100110 11101 11011101 110110 1010111 0 1101 100000111 1001101 110001

Color Harmonies of #661DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DDD

Black with #661DDD

Text Example


Text Example

White with #661DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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