#6820AE

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

Shades of Purple Heart #6820AE

Tints of Purple Heart #6820AE

Color information

#6820AE (or 0x6820AE) is unknown color: approx Purple Heart. HEX triplet: 68, 20 and AE. RGB value is (104,32,174). Sum of RGB (Red+Green+Blue) = 104+32+174=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #6820AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820AE is #97DF51. Grayscale: #454545. Windows color (decimal): -9953106 or 11411560. OLE color: 11411560.

HSL color Cylindrical-coordinate representation of color #6820AE: hue angle of 270.42º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6820AE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10432174-
CMYK0.400.8200.32
HSL270.42º68.93%40.39%-
HSV(B)270.42º81.61%68.24%-
XYZ13.877.0340.67-
YUV69.72186.85152.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=33.55%
G=10.32%
B=56.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104321740.400.8200.32270.4268.9340.39
Hex6820AE285202010e4528
Octal150402565012204041610550
Binary110100010000010101110101000101001001000001000011101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6820AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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