Shades of Purple #75037C
Tints of Purple #75037C
RGB
CMYK
RGB Variations
Color information
#75037C (or 0x75037C) is known color: Purple. HEX triplet: 75, 03 and 7C. RGB value is (117,3,124). Sum of RGB (Red+Green+Blue) = 117+3+124=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #75037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75037C is #8AFC83. Grayscale: #323232. Windows color (decimal): -9108612 or 8127349. OLE color: 8127349.
HSL color Cylindrical-coordinate representation of color #75037C: hue angle of 296.53º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75037C is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 3 | 124 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.51 |
| HSL | 296.53º | 0.95% | 0.25% | - |
| HSV(B) | 296.53º | 0.98% | 0.49% | - |
| XYZ | 11.01 | 5.3 | 19.51 | - |
| YUV | 50.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 124 | 0.06 | 0.98 | 0 | 0.51 | 296.53 | 0.95 | 0.25 |
| Hex | 75 | 3 | 7C | 6 | 62 | 0 | 33 | 129 | 5F | 19 |
| Octal | 165 | 3 | 174 | 6 | 142 | 0 | 63 | 451 | 137 | 31 |
| Binary | 1110101 | 11 | 1111100 | 110 | 1100010 | 0 | 110011 | 100101001 | 1011111 | 11001 |
Color Harmonies of #75037C
Complementary color
Monochromatic Colors of #75037C
Black with #75037C
Text Example
Text Example
White with #75037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75037C; }
p { color: rgb(117,3,124); }
H1.HeaderClassName
{
color: #75037C;
}
.AnyTagClassName
{
color: #75037C;
}
</style>
background-color css
<style>
a { background-color: #75037C; }
a { background-color: rgb(117,3,124); }
div.DivClassName
{
background-color: #75037C;
}
.BgClassName
{
background-color: #75037C;
}
</style>
border-color css
<style>
span { border-color: #75037C; }
span { border-color: rgb(117,3,124); }
td.TdClassName
{
border-color: #75037C;
}
.TagClassName
{
border-color: #75037C;
}
</style>