Shades of Purple #6F058F
Tints of Purple #6F058F
RGB
CMYK
RGB Variations
Color information
#6F058F (or 0x6F058F) is known color: Purple. HEX triplet: 6F, 05 and 8F. RGB value is (111,5,143). Sum of RGB (Red+Green+Blue) = 111+5+143=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F058F is #90FA70. Grayscale: #333333. Windows color (decimal): -9501297 or 9373039. OLE color: 9373039.
HSL color Cylindrical-coordinate representation of color #6F058F: hue angle of 286.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F058F is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 5 | 143 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.44 |
| HSL | 286.09º | 0.93% | 0.29% | - |
| HSV(B) | 286.09º | 0.97% | 0.56% | - |
| XYZ | 11.57 | 5.47 | 26.43 | - |
| YUV | 52.43 | 179.12 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 143 | 0.22 | 0.97 | 0 | 0.44 | 286.09 | 0.93 | 0.29 |
| Hex | 6F | 5 | 8F | 16 | 61 | 0 | 2C | 11E | 5D | 1D |
| Octal | 157 | 5 | 217 | 26 | 141 | 0 | 54 | 436 | 135 | 35 |
| Binary | 1101111 | 101 | 10001111 | 10110 | 1100001 | 0 | 101100 | 100011110 | 1011101 | 11101 |
Color Harmonies of #6F058F
Complementary color
Monochromatic Colors of #6F058F
Black with #6F058F
Text Example
Text Example
White with #6F058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F058F; }
p { color: rgb(111,5,143); }
H1.HeaderClassName
{
color: #6F058F;
}
.AnyTagClassName
{
color: #6F058F;
}
</style>
background-color css
<style>
a { background-color: #6F058F; }
a { background-color: rgb(111,5,143); }
div.DivClassName
{
background-color: #6F058F;
}
.BgClassName
{
background-color: #6F058F;
}
</style>
border-color css
<style>
span { border-color: #6F058F; }
span { border-color: rgb(111,5,143); }
td.TdClassName
{
border-color: #6F058F;
}
.TagClassName
{
border-color: #6F058F;
}
</style>