Shades of Purple #6D0588
Tints of Purple #6D0588
RGB
CMYK
RGB Variations
Color information
#6D0588 (or 0x6D0588) is known color: Purple. HEX triplet: 6D, 05 and 88. RGB value is (109,5,136). Sum of RGB (Red+Green+Blue) = 109+5+136=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D0588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0588 is #92FA77. Grayscale: #323232. Windows color (decimal): -9632376 or 8914285. OLE color: 8914285.
HSL color Cylindrical-coordinate representation of color #6D0588: hue angle of 287.63º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0588 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 5 | 136 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.47 |
| HSL | 287.63º | 0.93% | 0.28% | - |
| HSV(B) | 287.63º | 0.96% | 0.53% | - |
| XYZ | 10.8 | 5.14 | 23.71 | - |
| YUV | 51.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 136 | 0.20 | 0.96 | 0 | 0.47 | 287.63 | 0.93 | 0.28 |
| Hex | 6D | 5 | 88 | 14 | 60 | 0 | 2F | 120 | 5D | 1C |
| Octal | 155 | 5 | 210 | 24 | 140 | 0 | 57 | 440 | 135 | 34 |
| Binary | 1101101 | 101 | 10001000 | 10100 | 1100000 | 0 | 101111 | 100100000 | 1011101 | 11100 |
Color Harmonies of #6D0588
Complementary color
Monochromatic Colors of #6D0588
Black with #6D0588
Text Example
Text Example
White with #6D0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0588; }
p { color: rgb(109,5,136); }
H1.HeaderClassName
{
color: #6D0588;
}
.AnyTagClassName
{
color: #6D0588;
}
</style>
background-color css
<style>
a { background-color: #6D0588; }
a { background-color: rgb(109,5,136); }
div.DivClassName
{
background-color: #6D0588;
}
.BgClassName
{
background-color: #6D0588;
}
</style>
border-color css
<style>
span { border-color: #6D0588; }
span { border-color: rgb(109,5,136); }
td.TdClassName
{
border-color: #6D0588;
}
.TagClassName
{
border-color: #6D0588;
}
</style>