Shades of Purple #7F0088
Tints of Purple #7F0088
RGB
CMYK
RGB Variations
Color information
#7F0088 (or 0x7F0088) is known color: Purple. HEX triplet: 7F, 00 and 88. RGB value is (127,0,136). Sum of RGB (Red+Green+Blue) = 127+0+136=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F0088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0088 is #80FF77. Grayscale: #353535. Windows color (decimal): -8454008 or 8913023. OLE color: 8913023.
HSL color Cylindrical-coordinate representation of color #7F0088: hue angle of 296.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0088 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 0 | 136 | - |
| CMYK | 0.07 | 1 | 0 | 0.47 |
| HSL | 296.03º | 1% | 0.27% | - |
| HSV(B) | 296.03º | 1% | 0.53% | - |
| XYZ | 13.2 | 6.29 | 23.81 | - |
| YUV | 53.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 136 | 0.07 | 1 | 0 | 0.47 | 296.03 | 1 | 0.27 |
| Hex | 7F | 0 | 88 | 7 | 64 | 0 | 2F | 128 | 64 | 1B |
| Octal | 177 | 0 | 210 | 7 | 144 | 0 | 57 | 450 | 144 | 33 |
| Binary | 1111111 | 0 | 10001000 | 111 | 1100100 | 0 | 101111 | 100101000 | 1100100 | 11011 |
Color Harmonies of #7F0088
Complementary color
Monochromatic Colors of #7F0088
Black with #7F0088
Text Example
Text Example
White with #7F0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0088; }
p { color: rgb(127,0,136); }
H1.HeaderClassName
{
color: #7F0088;
}
.AnyTagClassName
{
color: #7F0088;
}
</style>
background-color css
<style>
a { background-color: #7F0088; }
a { background-color: rgb(127,0,136); }
div.DivClassName
{
background-color: #7F0088;
}
.BgClassName
{
background-color: #7F0088;
}
</style>
border-color css
<style>
span { border-color: #7F0088; }
span { border-color: rgb(127,0,136); }
td.TdClassName
{
border-color: #7F0088;
}
.TagClassName
{
border-color: #7F0088;
}
</style>