#6D1193

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

Shades of Purple #6D1193

Tints of Purple #6D1193

Color information

#6D1193 (or 0x6D1193) is unknown color: approx Purple. HEX triplet: 6D, 11 and 93. RGB value is (109,17,147). Sum of RGB (Red+Green+Blue) = 109+17+147=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D1193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1193 is #92EE6C. Grayscale: #3A3A3A. Windows color (decimal): -9629293 or 9638253. OLE color: 9638253.

HSL color Cylindrical-coordinate representation of color #6D1193: hue angle of 282.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1193 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10917147-
CMYK0.260.8800.42
HSL282.46º79.27%32.16%-
HSV(B)282.46º88.44%57.65%-
XYZ11.775.7628.09-
YUV59.33177.48163.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.93%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=39.93%
G=6.23%
B=53.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109171470.260.8800.42282.4679.2732.16
Hex6D11931A5802A11a4f20
Octal155212233213005243211740
Binary1101101100011001001111010101100001010101000110101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,147); }

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

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

 a { background-color: rgb(109,17,147); }

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

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

 span { border-color: rgb(109,17,147); }

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