Shades of Purple #75157B
Tints of Purple #75157B
RGB
CMYK
RGB Variations
Color information
#75157B (or 0x75157B) is known color: Purple. HEX triplet: 75, 15 and 7B. RGB value is (117,21,123). Sum of RGB (Red+Green+Blue) = 117+21+123=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #75157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75157B is #8AEA84. Grayscale: #3D3D3D. Windows color (decimal): -9104005 or 8066421. OLE color: 8066421.
HSL color Cylindrical-coordinate representation of color #75157B: hue angle of 296.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75157B is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 21 | 123 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.52 |
| HSL | 296.47º | 0.71% | 0.28% | - |
| HSV(B) | 296.47º | 0.83% | 0.48% | - |
| XYZ | 11.18 | 5.75 | 19.26 | - |
| YUV | 61.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 123 | 0.05 | 0.83 | 0 | 0.52 | 296.47 | 0.71 | 0.28 |
| Hex | 75 | 15 | 7B | 5 | 53 | 0 | 34 | 128 | 47 | 1C |
| Octal | 165 | 25 | 173 | 5 | 123 | 0 | 64 | 450 | 107 | 34 |
| Binary | 1110101 | 10101 | 1111011 | 101 | 1010011 | 0 | 110100 | 100101000 | 1000111 | 11100 |
Color Harmonies of #75157B
Complementary color
Monochromatic Colors of #75157B
Black with #75157B
Text Example
Text Example
White with #75157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75157B; }
p { color: rgb(117,21,123); }
H1.HeaderClassName
{
color: #75157B;
}
.AnyTagClassName
{
color: #75157B;
}
</style>
background-color css
<style>
a { background-color: #75157B; }
a { background-color: rgb(117,21,123); }
div.DivClassName
{
background-color: #75157B;
}
.BgClassName
{
background-color: #75157B;
}
</style>
border-color css
<style>
span { border-color: #75157B; }
span { border-color: rgb(117,21,123); }
td.TdClassName
{
border-color: #75157B;
}
.TagClassName
{
border-color: #75157B;
}
</style>