Shades of Purple #750185
Tints of Purple #750185
RGB
CMYK
RGB Variations
Color information
#750185 (or 0x750185) is known color: Purple. HEX triplet: 75, 01 and 85. RGB value is (117,1,133). Sum of RGB (Red+Green+Blue) = 117+1+133=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #750185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750185 is #8AFE7A. Grayscale: #323232. Windows color (decimal): -9109115 or 8716661. OLE color: 8716661.
HSL color Cylindrical-coordinate representation of color #750185: hue angle of 292.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750185 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 1 | 133 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.48 |
| HSL | 292.73º | 0.99% | 0.26% | - |
| HSV(B) | 292.73º | 0.99% | 0.52% | - |
| XYZ | 11.58 | 5.5 | 22.64 | - |
| YUV | 50.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 133 | 0.12 | 0.99 | 0 | 0.48 | 292.73 | 0.99 | 0.26 |
| Hex | 75 | 1 | 85 | C | 63 | 0 | 30 | 125 | 63 | 1A |
| Octal | 165 | 1 | 205 | 14 | 143 | 0 | 60 | 445 | 143 | 32 |
| Binary | 1110101 | 1 | 10000101 | 1100 | 1100011 | 0 | 110000 | 100100101 | 1100011 | 11010 |
Color Harmonies of #750185
Complementary color
Monochromatic Colors of #750185
Black with #750185
Text Example
Text Example
White with #750185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750185; }
p { color: rgb(117,1,133); }
H1.HeaderClassName
{
color: #750185;
}
.AnyTagClassName
{
color: #750185;
}
</style>
background-color css
<style>
a { background-color: #750185; }
a { background-color: rgb(117,1,133); }
div.DivClassName
{
background-color: #750185;
}
.BgClassName
{
background-color: #750185;
}
</style>
border-color css
<style>
span { border-color: #750185; }
span { border-color: rgb(117,1,133); }
td.TdClassName
{
border-color: #750185;
}
.TagClassName
{
border-color: #750185;
}
</style>