Html Css Color HEX #6620AA Purple Heart

📋 copy color: '#6620AA'

red 102 ◦ green 32 ◦ blue 170

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

Shades of Purple Heart #6620AA

Tints of Purple Heart #6620AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 33.55%
G = 10.53%
B = 55.92%

CMYK

 C value IS 0.4

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6620AA (or 0x6620AA) is known color: Purple Heart. HEX triplet: 66, 20 and AA. RGB value is (102,32,170). Sum of RGB (Red+Green+Blue) = 102+32+170=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #6620AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6620AA is #99DF55. Grayscale: #444444. Windows color (decimal): -10084182 or 11149414. OLE color: 11149414.

HSL color Cylindrical-coordinate representation of color #6620AA: hue angle of 270.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6620AA is Cyan = 0.4, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 32 170 -
CMYK 0.4 0.81 0 0.33
HSL 270.43º 0.68% 0.4% -
HSV(B) 270.43º 0.81% 0.67% -
XYZ 13.25 6.76 38.64 -
YUV 68.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 102 32 170 0.4 0.81 0 0.33 270.43 0.68 0.4
Hex 66 20 AA 28 51 0 21 10E 44 28
Octal 146 40 252 50 121 0 41 416 104 50
Binary 1100110 100000 10101010 101000 1010001 0 100001 100001110 1000100 101000

Color Harmonies of #6620AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6620AA

Black with #6620AA

Text Example


Text Example

White with #6620AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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