#6D1886

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

Shades of Purple #6D1886

Tints of Purple #6D1886

Color information

#6D1886 (or 0x6D1886) is unknown color: approx Purple. HEX triplet: 6D, 18 and 86. RGB value is (109,24,134). Sum of RGB (Red+Green+Blue) = 109+24+134=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D1886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1886 is #92E779. Grayscale: #3D3D3D. Windows color (decimal): -9627514 or 8788077. OLE color: 8788077.

HSL color Cylindrical-coordinate representation of color #6D1886: hue angle of 286.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1886 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10924134-
CMYK0.190.8200.47
HSL286.36º69.62%30.98%-
HSV(B)286.36º82.09%52.55%-
XYZ10.945.6323.06-
YUV61.96168.66161.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=40.82%
G=8.99%
B=50.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109241340.190.8200.47286.3669.6230.98
Hex6D1886135202F11e461f
Octal155302062312205743610637
Binary110110111000100001101001110100100101111100011110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,134); }

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

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

 a { background-color: rgb(109,24,134); }

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

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

 span { border-color: rgb(109,24,134); }

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