#6720A9

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

Shades of Purple Heart #6720A9

Tints of Purple Heart #6720A9

Color information

#6720A9 (or 0x6720A9) is unknown color: approx Purple Heart. HEX triplet: 67, 20 and A9. RGB value is (103,32,169). Sum of RGB (Red+Green+Blue) = 103+32+169=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #6720A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6720A9 is #98DF56. Grayscale: #444444. Windows color (decimal): -10018647 or 11083879. OLE color: 11083879.

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

Color convert

RGB10332169-
CMYK0.390.8100.34
HSL271.09º68.16%39.41%-
HSV(B)271.09º81.07%66.27%-
XYZ13.276.7838.15-
YUV68.85184.52152.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.88%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 169 (66.41% from 255) = 55.59%
R=33.88%
G=10.53%
B=55.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal103321690.390.8100.34271.0968.1639.41
Hex6720A9275102210f4427
Octal147402514712104241710447
Binary110011110000010101001100111101000101000101000011111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6720A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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