#6D0E70

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

Shades of Purple #6D0E70

Tints of Purple #6D0E70

Color information

#6D0E70 (or 0x6D0E70) is unknown color: approx Purple. HEX triplet: 6D, 0E and 70. RGB value is (109,14,112). Sum of RGB (Red+Green+Blue) = 109+14+112=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D0E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E70 is #92F18F. Grayscale: #353535. Windows color (decimal): -9630096 or 7343725. OLE color: 7343725.

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

Color convert

RGB10914112-
CMYK0.030.8800.56
HSL298.16º77.78%24.71%-
HSV(B)298.16º87.5%43.92%-
XYZ9.394.7415.75-
YUV53.58160.97167.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=46.38%
G=5.96%
B=47.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109141120.030.8800.56298.1677.7824.71
Hex6DE7035803812a4e19
Octal15516160313007045211631
Binary1101101111011100001110110000111000100101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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