Shades of Purple #6F1577
Tints of Purple #6F1577
RGB
CMYK
RGB Variations
Color information
#6F1577 (or 0x6F1577) is known color: Purple. HEX triplet: 6F, 15 and 77. RGB value is (111,21,119). Sum of RGB (Red+Green+Blue) = 111+21+119=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F1577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1577 is #90EA88. Grayscale: #3A3A3A. Windows color (decimal): -9497225 or 7804271. OLE color: 7804271.
HSL color Cylindrical-coordinate representation of color #6F1577: hue angle of 295.1º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1577 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 21 | 119 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.53 |
| HSL | 295.1º | 0.7% | 0.27% | - |
| HSV(B) | 295.1º | 0.82% | 0.47% | - |
| XYZ | 10.15 | 5.25 | 17.93 | - |
| YUV | 59.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 119 | 0.07 | 0.82 | 0 | 0.53 | 295.1 | 0.7 | 0.27 |
| Hex | 6F | 15 | 77 | 7 | 52 | 0 | 35 | 127 | 46 | 1B |
| Octal | 157 | 25 | 167 | 7 | 122 | 0 | 65 | 447 | 106 | 33 |
| Binary | 1101111 | 10101 | 1110111 | 111 | 1010010 | 0 | 110101 | 100100111 | 1000110 | 11011 |
Color Harmonies of #6F1577
Complementary color
Monochromatic Colors of #6F1577
Black with #6F1577
Text Example
Text Example
White with #6F1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1577; }
p { color: rgb(111,21,119); }
H1.HeaderClassName
{
color: #6F1577;
}
.AnyTagClassName
{
color: #6F1577;
}
</style>
background-color css
<style>
a { background-color: #6F1577; }
a { background-color: rgb(111,21,119); }
div.DivClassName
{
background-color: #6F1577;
}
.BgClassName
{
background-color: #6F1577;
}
</style>
border-color css
<style>
span { border-color: #6F1577; }
span { border-color: rgb(111,21,119); }
td.TdClassName
{
border-color: #6F1577;
}
.TagClassName
{
border-color: #6F1577;
}
</style>