Shades of Purple #7F0675
Tints of Purple #7F0675
RGB
CMYK
RGB Variations
Color information
#7F0675 (or 0x7F0675) is known color: Purple. HEX triplet: 7F, 06 and 75. RGB value is (127,6,117). Sum of RGB (Red+Green+Blue) = 127+6+117=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0675 is #80F98A. Grayscale: #363636. Windows color (decimal): -8452491 or 7669375. OLE color: 7669375.
HSL color Cylindrical-coordinate representation of color #7F0675: hue angle of 304.96º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0675 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 6 | 117 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.50 |
| HSL | 304.96º | 0.91% | 0.26% | - |
| HSV(B) | 304.96º | 0.95% | 0.5% | - |
| XYZ | 12.03 | 5.93 | 17.34 | - |
| YUV | 54.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 117 | 0 | 0.95 | 0.08 | 0.50 | 304.96 | 0.91 | 0.26 |
| Hex | 7F | 6 | 75 | 0 | 5F | 8 | 32 | 131 | 5B | 1A |
| Octal | 177 | 6 | 165 | 0 | 137 | 10 | 62 | 461 | 133 | 32 |
| Binary | 1111111 | 110 | 1110101 | 0 | 1011111 | 1000 | 110010 | 100110001 | 1011011 | 11010 |
Color Harmonies of #7F0675
Complementary color
Monochromatic Colors of #7F0675
Black with #7F0675
Text Example
Text Example
White with #7F0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0675; }
p { color: rgb(127,6,117); }
H1.HeaderClassName
{
color: #7F0675;
}
.AnyTagClassName
{
color: #7F0675;
}
</style>
background-color css
<style>
a { background-color: #7F0675; }
a { background-color: rgb(127,6,117); }
div.DivClassName
{
background-color: #7F0675;
}
.BgClassName
{
background-color: #7F0675;
}
</style>
border-color css
<style>
span { border-color: #7F0675; }
span { border-color: rgb(127,6,117); }
td.TdClassName
{
border-color: #7F0675;
}
.TagClassName
{
border-color: #7F0675;
}
</style>