Shades of Purple #6F028B
Tints of Purple #6F028B
RGB
CMYK
RGB Variations
Color information
#6F028B (or 0x6F028B) is known color: Purple. HEX triplet: 6F, 02 and 8B. RGB value is (111,2,139). Sum of RGB (Red+Green+Blue) = 111+2+139=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F028B is #90FD74. Grayscale: #313131. Windows color (decimal): -9502069 or 9110127. OLE color: 9110127.
HSL color Cylindrical-coordinate representation of color #6F028B: hue angle of 287.74º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F028B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 2 | 139 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.45 |
| HSL | 287.74º | 0.97% | 0.28% | - |
| HSV(B) | 287.74º | 0.99% | 0.55% | - |
| XYZ | 11.24 | 5.29 | 24.85 | - |
| YUV | 50.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 139 | 0.20 | 0.99 | 0 | 0.45 | 287.74 | 0.97 | 0.28 |
| Hex | 6F | 2 | 8B | 14 | 63 | 0 | 2D | 120 | 61 | 1C |
| Octal | 157 | 2 | 213 | 24 | 143 | 0 | 55 | 440 | 141 | 34 |
| Binary | 1101111 | 10 | 10001011 | 10100 | 1100011 | 0 | 101101 | 100100000 | 1100001 | 11100 |
Color Harmonies of #6F028B
Complementary color
Monochromatic Colors of #6F028B
Black with #6F028B
Text Example
Text Example
White with #6F028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F028B; }
p { color: rgb(111,2,139); }
H1.HeaderClassName
{
color: #6F028B;
}
.AnyTagClassName
{
color: #6F028B;
}
</style>
background-color css
<style>
a { background-color: #6F028B; }
a { background-color: rgb(111,2,139); }
div.DivClassName
{
background-color: #6F028B;
}
.BgClassName
{
background-color: #6F028B;
}
</style>
border-color css
<style>
span { border-color: #6F028B; }
span { border-color: rgb(111,2,139); }
td.TdClassName
{
border-color: #6F028B;
}
.TagClassName
{
border-color: #6F028B;
}
</style>