Shades of Purple #6E059B
Tints of Purple #6E059B
RGB
CMYK
RGB Variations
Color information
#6E059B (or 0x6E059B) is known color: Purple. HEX triplet: 6E, 05 and 9B. RGB value is (110,5,155). Sum of RGB (Red+Green+Blue) = 110+5+155=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E059B is #91FA64. Grayscale: #353535. Windows color (decimal): -9566821 or 10159470. OLE color: 10159470.
HSL color Cylindrical-coordinate representation of color #6E059B: hue angle of 282º 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 #6E059B is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 5 | 155 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.39 |
| HSL | 282º | 0.94% | 0.31% | - |
| HSV(B) | 282º | 0.97% | 0.61% | - |
| XYZ | 12.4 | 5.79 | 31.47 | - |
| YUV | 53.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 155 | 0.29 | 0.97 | 0 | 0.39 | 282 | 0.94 | 0.31 |
| Hex | 6E | 5 | 9B | 1D | 61 | 0 | 27 | 11A | 5E | 1F |
| Octal | 156 | 5 | 233 | 35 | 141 | 0 | 47 | 432 | 136 | 37 |
| Binary | 1101110 | 101 | 10011011 | 11101 | 1100001 | 0 | 100111 | 100011010 | 1011110 | 11111 |
Color Harmonies of #6E059B
Complementary color
Monochromatic Colors of #6E059B
Black with #6E059B
Text Example
Text Example
White with #6E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E059B; }
p { color: rgb(110,5,155); }
H1.HeaderClassName
{
color: #6E059B;
}
.AnyTagClassName
{
color: #6E059B;
}
</style>
background-color css
<style>
a { background-color: #6E059B; }
a { background-color: rgb(110,5,155); }
div.DivClassName
{
background-color: #6E059B;
}
.BgClassName
{
background-color: #6E059B;
}
</style>
border-color css
<style>
span { border-color: #6E059B; }
span { border-color: rgb(110,5,155); }
td.TdClassName
{
border-color: #6E059B;
}
.TagClassName
{
border-color: #6E059B;
}
</style>