Shades of Purple #6B0589
Tints of Purple #6B0589
RGB
CMYK
RGB Variations
Color information
#6B0589 (or 0x6B0589) is known color: Purple. HEX triplet: 6B, 05 and 89. RGB value is (107,5,137). Sum of RGB (Red+Green+Blue) = 107+5+137=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B0589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0589 is #94FA76. Grayscale: #323232. Windows color (decimal): -9763447 or 8979819. OLE color: 8979819.
HSL color Cylindrical-coordinate representation of color #6B0589: hue angle of 286.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0589 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 5 | 137 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.46 |
| HSL | 286.36º | 0.93% | 0.28% | - |
| HSV(B) | 286.36º | 0.96% | 0.54% | - |
| XYZ | 10.63 | 5.04 | 24.08 | - |
| YUV | 50.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 137 | 0.22 | 0.96 | 0 | 0.46 | 286.36 | 0.93 | 0.28 |
| Hex | 6B | 5 | 89 | 16 | 60 | 0 | 2E | 11E | 5D | 1C |
| Octal | 153 | 5 | 211 | 26 | 140 | 0 | 56 | 436 | 135 | 34 |
| Binary | 1101011 | 101 | 10001001 | 10110 | 1100000 | 0 | 101110 | 100011110 | 1011101 | 11100 |
Color Harmonies of #6B0589
Complementary color
Monochromatic Colors of #6B0589
Black with #6B0589
Text Example
Text Example
White with #6B0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0589; }
p { color: rgb(107,5,137); }
H1.HeaderClassName
{
color: #6B0589;
}
.AnyTagClassName
{
color: #6B0589;
}
</style>
background-color css
<style>
a { background-color: #6B0589; }
a { background-color: rgb(107,5,137); }
div.DivClassName
{
background-color: #6B0589;
}
.BgClassName
{
background-color: #6B0589;
}
</style>
border-color css
<style>
span { border-color: #6B0589; }
span { border-color: rgb(107,5,137); }
td.TdClassName
{
border-color: #6B0589;
}
.TagClassName
{
border-color: #6B0589;
}
</style>