#6520A9

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

Shades of Purple Heart #6520A9

Tints of Purple Heart #6520A9

Color information

#6520A9 (or 0x6520A9) is unknown color: approx Purple Heart. HEX triplet: 65, 20 and A9. RGB value is (101,32,169). Sum of RGB (Red+Green+Blue) = 101+32+169=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #6520A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6520A9 is #9ADF56. Grayscale: #434343. Windows color (decimal): -10149719 or 11083877. OLE color: 11083877.

HSL color Cylindrical-coordinate representation of color #6520A9: hue angle of 270.22º 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 #6520A9 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10132169-
CMYK0.400.8100.34
HSL270.22º68.16%39.41%-
HSV(B)270.22º81.07%66.27%-
XYZ13.046.6638.13-
YUV68.25184.86151.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 32 (12.89% from 255) = 10.60%
BLUE value IS 169 (66.41% from 255) = 55.96%
R=33.44%
G=10.60%
B=55.96%

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
Decimal101321690.400.8100.34270.2268.1639.41
Hex6520A9285102210e4427
Octal145402515012104241610447
Binary110010110000010101001101000101000101000101000011101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6520A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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