#6D1787

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

Shades of Purple #6D1787

Tints of Purple #6D1787

Color information

#6D1787 (or 0x6D1787) is unknown color: approx Purple. HEX triplet: 6D, 17 and 87. RGB value is (109,23,135). Sum of RGB (Red+Green+Blue) = 109+23+135=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D1787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1787 is #92E878. Grayscale: #3D3D3D. Windows color (decimal): -9627769 or 8853357. OLE color: 8853357.

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

Color convert

RGB10923135-
CMYK0.190.8300.47
HSL286.07º70.89%30.98%-
HSV(B)286.07º82.96%52.94%-
XYZ10.995.6123.43-
YUV61.48169.49161.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 23 (9.38% from 255) = 8.61%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=40.82%
G=8.61%
B=50.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109231350.190.8300.47286.0770.8930.98
Hex6D1787135302F11e471f
Octal155272072312305743610737
Binary110110110111100001111001110100110101111100011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,23,135); }

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

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

 a { background-color: rgb(109,23,135); }

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

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

 span { border-color: rgb(109,23,135); }

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