#6D0FAE

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

Shades of Purple Heart #6D0FAE

Tints of Purple Heart #6D0FAE

Color information

#6D0FAE (or 0x6D0FAE) is unknown color: approx Purple Heart. HEX triplet: 6D, 0F and AE. RGB value is (109,15,174). Sum of RGB (Red+Green+Blue) = 109+15+174=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D0FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0FAE is #92F051. Grayscale: #3C3C3C. Windows color (decimal): -9629778 or 11407213. OLE color: 11407213.

HSL color Cylindrical-coordinate representation of color #6D0FAE: hue angle of 275.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0FAE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10915174-
CMYK0.370.9100.32
HSL275.47º84.13%37.06%-
HSV(B)275.47º91.38%68.24%-
XYZ14.126.6540.58-
YUV61.23191.64162.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=36.58%
G=5.03%
B=58.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109151740.370.9100.32275.4784.1337.06
Hex6DFAE255B0201135425
Octal155172564513304042312445
Binary1101101111110101110100101101101101000001000100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,15,174); }

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

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

 a { background-color: rgb(109,15,174); }

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

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

 span { border-color: rgb(109,15,174); }

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