Shades of Purple #6F0577
Tints of Purple #6F0577
RGB
CMYK
RGB Variations
Color information
#6F0577 (or 0x6F0577) is known color: Purple. HEX triplet: 6F, 05 and 77. RGB value is (111,5,119). Sum of RGB (Red+Green+Blue) = 111+5+119=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0577 is #90FA88. Grayscale: #313131. Windows color (decimal): -9501321 or 7800175. OLE color: 7800175.
HSL color Cylindrical-coordinate representation of color #6F0577: hue angle of 295.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0577 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 5 | 119 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.53 |
| HSL | 295.79º | 0.92% | 0.24% | - |
| HSV(B) | 295.79º | 0.96% | 0.47% | - |
| XYZ | 9.94 | 4.82 | 17.86 | - |
| YUV | 49.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 119 | 0.07 | 0.96 | 0 | 0.53 | 295.79 | 0.92 | 0.24 |
| Hex | 6F | 5 | 77 | 7 | 60 | 0 | 35 | 128 | 5C | 18 |
| Octal | 157 | 5 | 167 | 7 | 140 | 0 | 65 | 450 | 134 | 30 |
| Binary | 1101111 | 101 | 1110111 | 111 | 1100000 | 0 | 110101 | 100101000 | 1011100 | 11000 |
Color Harmonies of #6F0577
Complementary color
Monochromatic Colors of #6F0577
Black with #6F0577
Text Example
Text Example
White with #6F0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0577; }
p { color: rgb(111,5,119); }
H1.HeaderClassName
{
color: #6F0577;
}
.AnyTagClassName
{
color: #6F0577;
}
</style>
background-color css
<style>
a { background-color: #6F0577; }
a { background-color: rgb(111,5,119); }
div.DivClassName
{
background-color: #6F0577;
}
.BgClassName
{
background-color: #6F0577;
}
</style>
border-color css
<style>
span { border-color: #6F0577; }
span { border-color: rgb(111,5,119); }
td.TdClassName
{
border-color: #6F0577;
}
.TagClassName
{
border-color: #6F0577;
}
</style>