Shades of Purple #7F1688
Tints of Purple #7F1688
RGB
CMYK
RGB Variations
Color information
#7F1688 (or 0x7F1688) is known color: Purple. HEX triplet: 7F, 16 and 88. RGB value is (127,22,136). Sum of RGB (Red+Green+Blue) = 127+22+136=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F1688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1688 is #80E977. Grayscale: #424242. Windows color (decimal): -8448376 or 8918655. OLE color: 8918655.
HSL color Cylindrical-coordinate representation of color #7F1688: hue angle of 295.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1688 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 22 | 136 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.47 |
| HSL | 295.26º | 0.72% | 0.31% | - |
| HSV(B) | 295.26º | 0.84% | 0.53% | - |
| XYZ | 13.48 | 6.86 | 23.91 | - |
| YUV | 66.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 136 | 0.07 | 0.84 | 0 | 0.47 | 295.26 | 0.72 | 0.31 |
| Hex | 7F | 16 | 88 | 7 | 54 | 0 | 2F | 127 | 48 | 1F |
| Octal | 177 | 26 | 210 | 7 | 124 | 0 | 57 | 447 | 110 | 37 |
| Binary | 1111111 | 10110 | 10001000 | 111 | 1010100 | 0 | 101111 | 100100111 | 1001000 | 11111 |
Color Harmonies of #7F1688
Complementary color
Monochromatic Colors of #7F1688
Black with #7F1688
Text Example
Text Example
White with #7F1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1688; }
p { color: rgb(127,22,136); }
H1.HeaderClassName
{
color: #7F1688;
}
.AnyTagClassName
{
color: #7F1688;
}
</style>
background-color css
<style>
a { background-color: #7F1688; }
a { background-color: rgb(127,22,136); }
div.DivClassName
{
background-color: #7F1688;
}
.BgClassName
{
background-color: #7F1688;
}
</style>
border-color css
<style>
span { border-color: #7F1688; }
span { border-color: rgb(127,22,136); }
td.TdClassName
{
border-color: #7F1688;
}
.TagClassName
{
border-color: #7F1688;
}
</style>