Shades of Purple #75097C
Tints of Purple #75097C
RGB
CMYK
RGB Variations
Color information
#75097C (or 0x75097C) is known color: Purple. HEX triplet: 75, 09 and 7C. RGB value is (117,9,124). Sum of RGB (Red+Green+Blue) = 117+9+124=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #75097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75097C is #8AF683. Grayscale: #363636. Windows color (decimal): -9107076 or 8128885. OLE color: 8128885.
HSL color Cylindrical-coordinate representation of color #75097C: hue angle of 296.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75097C is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 9 | 124 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.51 |
| HSL | 296.35º | 0.86% | 0.26% | - |
| HSV(B) | 296.35º | 0.93% | 0.49% | - |
| XYZ | 11.07 | 5.43 | 19.53 | - |
| YUV | 54.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 124 | 0.06 | 0.93 | 0 | 0.51 | 296.35 | 0.86 | 0.26 |
| Hex | 75 | 9 | 7C | 6 | 5D | 0 | 33 | 128 | 56 | 1A |
| Octal | 165 | 11 | 174 | 6 | 135 | 0 | 63 | 450 | 126 | 32 |
| Binary | 1110101 | 1001 | 1111100 | 110 | 1011101 | 0 | 110011 | 100101000 | 1010110 | 11010 |
Color Harmonies of #75097C
Complementary color
Monochromatic Colors of #75097C
Black with #75097C
Text Example
Text Example
White with #75097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75097C; }
p { color: rgb(117,9,124); }
H1.HeaderClassName
{
color: #75097C;
}
.AnyTagClassName
{
color: #75097C;
}
</style>
background-color css
<style>
a { background-color: #75097C; }
a { background-color: rgb(117,9,124); }
div.DivClassName
{
background-color: #75097C;
}
.BgClassName
{
background-color: #75097C;
}
</style>
border-color css
<style>
span { border-color: #75097C; }
span { border-color: rgb(117,9,124); }
td.TdClassName
{
border-color: #75097C;
}
.TagClassName
{
border-color: #75097C;
}
</style>