Shades of Purple #6F019B
Tints of Purple #6F019B
RGB
CMYK
RGB Variations
Color information
#6F019B (or 0x6F019B) is known color: Purple. HEX triplet: 6F, 01 and 9B. RGB value is (111,1,155). Sum of RGB (Red+Green+Blue) = 111+1+155=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F019B is #90FE64. Grayscale: #323232. Windows color (decimal): -9502309 or 10158447. OLE color: 10158447.
HSL color Cylindrical-coordinate representation of color #6F019B: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F019B is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 1 | 155 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.39 |
| HSL | 282.86º | 0.99% | 0.31% | - |
| HSV(B) | 282.86º | 0.99% | 0.61% | - |
| XYZ | 12.48 | 5.77 | 31.47 | - |
| YUV | 51.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 155 | 0.28 | 0.99 | 0 | 0.39 | 282.86 | 0.99 | 0.31 |
| Hex | 6F | 1 | 9B | 1C | 63 | 0 | 27 | 11B | 63 | 1F |
| Octal | 157 | 1 | 233 | 34 | 143 | 0 | 47 | 433 | 143 | 37 |
| Binary | 1101111 | 1 | 10011011 | 11100 | 1100011 | 0 | 100111 | 100011011 | 1100011 | 11111 |
Color Harmonies of #6F019B
Complementary color
Monochromatic Colors of #6F019B
Black with #6F019B
Text Example
Text Example
White with #6F019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F019B; }
p { color: rgb(111,1,155); }
H1.HeaderClassName
{
color: #6F019B;
}
.AnyTagClassName
{
color: #6F019B;
}
</style>
background-color css
<style>
a { background-color: #6F019B; }
a { background-color: rgb(111,1,155); }
div.DivClassName
{
background-color: #6F019B;
}
.BgClassName
{
background-color: #6F019B;
}
</style>
border-color css
<style>
span { border-color: #6F019B; }
span { border-color: rgb(111,1,155); }
td.TdClassName
{
border-color: #6F019B;
}
.TagClassName
{
border-color: #6F019B;
}
</style>