Html Css Color HEX #662DDD Purple Heart

📋 copy color: '#662DDD'

red 102 ◦ green 45 ◦ blue 221

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

Shades of Purple Heart #662DDD

Tints of Purple Heart #662DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 27.72%
G = 12.23%
B = 60.05%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#662DDD (or 0x662DDD) is known color: Purple Heart. HEX triplet: 66, 2D and DD. RGB value is (102,45,221). Sum of RGB (Red+Green+Blue) = 102+45+221=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #662DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DDD is #99D222. Grayscale: #515151. Windows color (decimal): -10080803 or 14495078. OLE color: 14495078.

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

Color convert

RGB 102 45 221 -
CMYK 0.54 0.80 0 0.13
HSL 259.43º 0.72% 0.52% -
HSV(B) 259.43º 0.8% 0.87% -
XYZ 19.47 9.92 69.3 -
YUV 82.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 102 45 221 0.54 0.80 0 0.13 259.43 0.72 0.52
Hex 66 2D DD 36 50 0 D 103 48 34
Octal 146 55 335 66 120 0 15 403 110 64
Binary 1100110 101101 11011101 110110 1010000 0 1101 100000011 1001000 110100

Color Harmonies of #662DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662DDD

Black with #662DDD

Text Example


Text Example

White with #662DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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