#6D1072

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

Shades of Purple #6D1072

Tints of Purple #6D1072

Color information

#6D1072 (or 0x6D1072) is unknown color: approx Purple. HEX triplet: 6D, 10 and 72. RGB value is (109,16,114). Sum of RGB (Red+Green+Blue) = 109+16+114=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1072 is #92EF8D. Grayscale: #363636. Windows color (decimal): -9629582 or 7475309. OLE color: 7475309.

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

Color convert

RGB10916114-
CMYK0.040.8600.55
HSL296.94º75.38%25.49%-
HSV(B)296.94º85.96%44.71%-
XYZ9.534.8416.35-
YUV54.98161.31166.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=45.61%
G=6.69%
B=47.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109161140.040.8600.55296.9475.3825.49
Hex6D10724560371294b19
Octal15520162412606745111331
Binary110110110000111001010010101100110111100101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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