Shades of Purple #75137B
Tints of Purple #75137B
RGB
CMYK
RGB Variations
Color information
#75137B (or 0x75137B) is known color: Purple. HEX triplet: 75, 13 and 7B. RGB value is (117,19,123). Sum of RGB (Red+Green+Blue) = 117+19+123=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #75137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75137B is #8AEC84. Grayscale: #3B3B3B. Windows color (decimal): -9104517 or 8065909. OLE color: 8065909.
HSL color Cylindrical-coordinate representation of color #75137B: hue angle of 296.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75137B is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 19 | 123 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.52 |
| HSL | 296.54º | 0.73% | 0.28% | - |
| HSV(B) | 296.54º | 0.85% | 0.48% | - |
| XYZ | 11.14 | 5.68 | 19.25 | - |
| YUV | 60.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 123 | 0.05 | 0.85 | 0 | 0.52 | 296.54 | 0.73 | 0.28 |
| Hex | 75 | 13 | 7B | 5 | 55 | 0 | 34 | 129 | 49 | 1C |
| Octal | 165 | 23 | 173 | 5 | 125 | 0 | 64 | 451 | 111 | 34 |
| Binary | 1110101 | 10011 | 1111011 | 101 | 1010101 | 0 | 110100 | 100101001 | 1001001 | 11100 |
Color Harmonies of #75137B
Complementary color
Monochromatic Colors of #75137B
Black with #75137B
Text Example
Text Example
White with #75137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75137B; }
p { color: rgb(117,19,123); }
H1.HeaderClassName
{
color: #75137B;
}
.AnyTagClassName
{
color: #75137B;
}
</style>
background-color css
<style>
a { background-color: #75137B; }
a { background-color: rgb(117,19,123); }
div.DivClassName
{
background-color: #75137B;
}
.BgClassName
{
background-color: #75137B;
}
</style>
border-color css
<style>
span { border-color: #75137B; }
span { border-color: rgb(117,19,123); }
td.TdClassName
{
border-color: #75137B;
}
.TagClassName
{
border-color: #75137B;
}
</style>