#6820AA

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

Shades of Purple Heart #6820AA

Tints of Purple Heart #6820AA

Color information

#6820AA (or 0x6820AA) is unknown color: approx Purple Heart. HEX triplet: 68, 20 and AA. RGB value is (104,32,170). Sum of RGB (Red+Green+Blue) = 104+32+170=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6820AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820AA is #97DF55. Grayscale: #444444. Windows color (decimal): -9953110 or 11149416. OLE color: 11149416.

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

Color convert

RGB10432170-
CMYK0.390.8100.33
HSL271.3º68.32%39.61%-
HSV(B)271.3º81.18%66.67%-
XYZ13.486.8838.65-
YUV69.26184.85152.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=33.99%
G=10.46%
B=55.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104321700.390.8100.33271.368.3239.61
Hex6820AA275102110f4428
Octal150402524712104141710450
Binary110100010000010101010100111101000101000011000011111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6820AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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