Shades of Purple #6D059B
Tints of Purple #6D059B
RGB
CMYK
RGB Variations
Color information
#6D059B (or 0x6D059B) is known color: Purple. HEX triplet: 6D, 05 and 9B. RGB value is (109,5,155). Sum of RGB (Red+Green+Blue) = 109+5+155=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D059B is #92FA64. Grayscale: #343434. Windows color (decimal): -9632357 or 10159469. OLE color: 10159469.
HSL color Cylindrical-coordinate representation of color #6D059B: hue angle of 281.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D059B is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 5 | 155 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.39 |
| HSL | 281.6º | 0.94% | 0.31% | - |
| HSV(B) | 281.6º | 0.97% | 0.61% | - |
| XYZ | 12.28 | 5.73 | 31.47 | - |
| YUV | 53.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 155 | 0.30 | 0.97 | 0 | 0.39 | 281.6 | 0.94 | 0.31 |
| Hex | 6D | 5 | 9B | 1E | 61 | 0 | 27 | 11A | 5E | 1F |
| Octal | 155 | 5 | 233 | 36 | 141 | 0 | 47 | 432 | 136 | 37 |
| Binary | 1101101 | 101 | 10011011 | 11110 | 1100001 | 0 | 100111 | 100011010 | 1011110 | 11111 |
Color Harmonies of #6D059B
Complementary color
Monochromatic Colors of #6D059B
Black with #6D059B
Text Example
Text Example
White with #6D059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D059B; }
p { color: rgb(109,5,155); }
H1.HeaderClassName
{
color: #6D059B;
}
.AnyTagClassName
{
color: #6D059B;
}
</style>
background-color css
<style>
a { background-color: #6D059B; }
a { background-color: rgb(109,5,155); }
div.DivClassName
{
background-color: #6D059B;
}
.BgClassName
{
background-color: #6D059B;
}
</style>
border-color css
<style>
span { border-color: #6D059B; }
span { border-color: rgb(109,5,155); }
td.TdClassName
{
border-color: #6D059B;
}
.TagClassName
{
border-color: #6D059B;
}
</style>