#6D1589

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

Shades of Purple #6D1589

Tints of Purple #6D1589

Color information

#6D1589 (or 0x6D1589) is unknown color: approx Purple. HEX triplet: 6D, 15 and 89. RGB value is (109,21,137). Sum of RGB (Red+Green+Blue) = 109+21+137=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D1589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1589 is #92EA76. Grayscale: #3C3C3C. Windows color (decimal): -9628279 or 8983917. OLE color: 8983917.

HSL color Cylindrical-coordinate representation of color #6D1589: hue angle of 285.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1589 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10921137-
CMYK0.200.8500.46
HSL285.52º73.42%30.98%-
HSV(B)285.52º84.67%53.73%-
XYZ11.095.5924.16-
YUV60.54171.15162.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=40.82%
G=7.87%
B=51.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109211370.200.8500.46285.5273.4230.98
Hex6D1589145502E11e491f
Octal155252112412505643611137
Binary110110110101100010011010010101010101110100011110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,137); }

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

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

 a { background-color: rgb(109,21,137); }

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

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

 span { border-color: rgb(109,21,137); }

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