#6D0E72

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

Shades of Purple #6D0E72

Tints of Purple #6D0E72

Color information

#6D0E72 (or 0x6D0E72) is unknown color: approx Purple. HEX triplet: 6D, 0E and 72. RGB value is (109,14,114). Sum of RGB (Red+Green+Blue) = 109+14+114=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D0E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E72 is #92F18D. Grayscale: #353535. Windows color (decimal): -9630094 or 7474797. OLE color: 7474797.

HSL color Cylindrical-coordinate representation of color #6D0E72: hue angle of 297º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0E72 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10914114-
CMYK0.040.8800.55
HSL297º78.12%25.1%-
HSV(B)297º87.72%44.71%-
XYZ9.54.7816.34-
YUV53.8161.97167.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=45.99%
G=5.91%
B=48.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109141140.040.8800.5529778.1225.1
Hex6DE724580371294e19
Octal15516162413006745111631
Binary11011011110111001010010110000110111100101001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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