Shades of Purple #7B0875
Tints of Purple #7B0875
RGB
CMYK
RGB Variations
Color information
#7B0875 (or 0x7B0875) is known color: Purple. HEX triplet: 7B, 08 and 75. RGB value is (123,8,117). Sum of RGB (Red+Green+Blue) = 123+8+117=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0875 is #84F78A. Grayscale: #363636. Windows color (decimal): -8714123 or 7669883. OLE color: 7669883.
HSL color Cylindrical-coordinate representation of color #7B0875: hue angle of 303.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0875 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 117 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.52 |
| HSL | 303.13º | 0.88% | 0.26% | - |
| HSV(B) | 303.13º | 0.93% | 0.48% | - |
| XYZ | 11.47 | 5.67 | 17.32 | - |
| YUV | 54.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 117 | 0 | 0.93 | 0.05 | 0.52 | 303.13 | 0.88 | 0.26 |
| Hex | 7B | 8 | 75 | 0 | 5D | 5 | 34 | 12F | 58 | 1A |
| Octal | 173 | 10 | 165 | 0 | 135 | 5 | 64 | 457 | 130 | 32 |
| Binary | 1111011 | 1000 | 1110101 | 0 | 1011101 | 101 | 110100 | 100101111 | 1011000 | 11010 |
Color Harmonies of #7B0875
Complementary color
Monochromatic Colors of #7B0875
Black with #7B0875
Text Example
Text Example
White with #7B0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0875; }
p { color: rgb(123,8,117); }
H1.HeaderClassName
{
color: #7B0875;
}
.AnyTagClassName
{
color: #7B0875;
}
</style>
background-color css
<style>
a { background-color: #7B0875; }
a { background-color: rgb(123,8,117); }
div.DivClassName
{
background-color: #7B0875;
}
.BgClassName
{
background-color: #7B0875;
}
</style>
border-color css
<style>
span { border-color: #7B0875; }
span { border-color: rgb(123,8,117); }
td.TdClassName
{
border-color: #7B0875;
}
.TagClassName
{
border-color: #7B0875;
}
</style>