Html Css Color HEX #6620DD Purple Heart

📋 copy color: '#6620DD'

red 102 ◦ green 32 ◦ blue 221

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

Shades of Purple Heart #6620DD

Tints of Purple Heart #6620DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 28.73%
G = 9.01%
B = 62.25%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6620DD (or 0x6620DD) is known color: Purple Heart. HEX triplet: 66, 20 and DD. RGB value is (102,32,221). Sum of RGB (Red+Green+Blue) = 102+32+221=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #6620DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6620DD is #99DF22. Grayscale: #494949. Windows color (decimal): -10084131 or 14491750. OLE color: 14491750.

HSL color Cylindrical-coordinate representation of color #6620DD: hue angle of 262.22º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6620DD is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 32 221 -
CMYK 0.54 0.86 0 0.13
HSL 262.22º 0.75% 0.5% -
HSV(B) 262.22º 0.86% 0.87% -
XYZ 19.05 9.08 69.16 -
YUV 74.48 210.69 147.63 -
System Red Green Blue C M Y K H S L
Decimal 102 32 221 0.54 0.86 0 0.13 262.22 0.75 0.5
Hex 66 20 DD 36 56 0 D 106 4B 32
Octal 146 40 335 66 126 0 15 406 113 62
Binary 1100110 100000 11011101 110110 1010110 0 1101 100000110 1001011 110010

Color Harmonies of #6620DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6620DD

Black with #6620DD

Text Example


Text Example

White with #6620DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6620DD; }

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

 H1.HeaderClassName
 {
   color: #6620DD;
 }
 .AnyTagClassName
 {
   color: #6620DD;
 }
</style>

background-color css

<style>
 a { background-color: #6620DD; }

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

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

border-color css

<style>
 span { border-color: #6620DD; }

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

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