#6820A9

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

Shades of Purple Heart #6820A9

Tints of Purple Heart #6820A9

Color information

#6820A9 (or 0x6820A9) is unknown color: approx Purple Heart. HEX triplet: 68, 20 and A9. RGB value is (104,32,169). Sum of RGB (Red+Green+Blue) = 104+32+169=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #6820A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820A9 is #97DF56. Grayscale: #444444. Windows color (decimal): -9953111 or 11083880. OLE color: 11083880.

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

Color convert

RGB10432169-
CMYK0.380.8100.34
HSL271.53º68.16%39.41%-
HSV(B)271.53º81.07%66.27%-
XYZ13.396.8438.15-
YUV69.15184.35152.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 169 (66.41% from 255) = 55.41%
R=34.10%
G=10.49%
B=55.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104321690.380.8100.34271.5368.1639.41
Hex6820A926510221104427
Octal150402514612104242010447
Binary110100010000010101001100110101000101000101000100001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6820A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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