#6D1070

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

Shades of Purple #6D1070

Tints of Purple #6D1070

Color information

#6D1070 (or 0x6D1070) is unknown color: approx Purple. HEX triplet: 6D, 10 and 70. RGB value is (109,16,112). Sum of RGB (Red+Green+Blue) = 109+16+112=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1070 is #92EF8F. Grayscale: #363636. Windows color (decimal): -9629584 or 7344237. OLE color: 7344237.

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

Color convert

RGB10916112-
CMYK0.030.8600.56
HSL298.12º75%25.1%-
HSV(B)298.12º85.71%43.92%-
XYZ9.424.7915.76-
YUV54.75160.31166.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=45.99%
G=6.75%
B=47.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109161120.030.8600.56298.127525.1
Hex6D107035603812a4b19
Octal15520160312607045211331
Binary11011011000011100001110101100111000100101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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