#6D0EAA

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

Shades of Purple Heart #6D0EAA

Tints of Purple Heart #6D0EAA

Color information

#6D0EAA (or 0x6D0EAA) is unknown color: approx Purple Heart. HEX triplet: 6D, 0E and AA. RGB value is (109,14,170). Sum of RGB (Red+Green+Blue) = 109+14+170=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0EAA is #92F155. Grayscale: #3B3B3B. Windows color (decimal): -9630038 or 11144813. OLE color: 11144813.

HSL color Cylindrical-coordinate representation of color #6D0EAA: hue angle of 276.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0EAA is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10914170-
CMYK0.360.9200.33
HSL276.54º84.78%36.08%-
HSV(B)276.54º91.76%66.67%-
XYZ13.726.4738.56-
YUV60.19189.97162.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.20%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=37.20%
G=4.78%
B=58.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109141700.360.9200.33276.5484.7836.08
Hex6DEAA245C0211155524
Octal155162524413404142512544
Binary1101101111010101010100100101110001000011000101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0EAA; }

 p { color: rgb(109,14,170); }

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

<style>
 a { background-color: #6D0EAA; }

 a { background-color: rgb(109,14,170); }

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

<style>
 span { border-color: #6D0EAA; }

 span { border-color: rgb(109,14,170); }

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