#6620A9

Color #6620A9 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6620A9

Tints of Purple Heart #6620A9

Color information

#6620A9 (or 0x6620A9) is unknown color: approx Purple Heart. HEX triplet: 66, 20 and A9. RGB value is (102,32,169). Sum of RGB (Red+Green+Blue) = 102+32+169=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #6620A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6620A9 is #99DF56. Grayscale: #444444. Windows color (decimal): -10084183 or 11083878. OLE color: 11083878.

HSL color Cylindrical-coordinate representation of color #6620A9: hue angle of 270.66º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6620A9 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10232169-
CMYK0.400.8100.34
HSL270.66º68.16%39.41%-
HSV(B)270.66º81.07%66.27%-
XYZ13.166.7238.14-
YUV68.55184.69151.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=33.66%
G=10.56%
B=55.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102321690.400.8100.34270.6668.1639.41
Hex6620A9285102210f4427
Octal146402515012104241710447
Binary110011010000010101001101000101000101000101000011111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6620A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6620A9;
 }
 .AnyTagClassName
 {
   color: #6620A9;
 }
</style>
background-color css

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

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

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

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

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

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