Shades of Palatinate Purple #750A62
Tints of Palatinate Purple #750A62
RGB
CMYK
RGB Variations
Color information
#750A62 (or 0x750A62) is known color: Palatinate Purple. HEX triplet: 75, 0A and 62. RGB value is (117,10,98). Sum of RGB (Red+Green+Blue) = 117+10+98=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A62 is #8AF59D. Grayscale: #333333. Windows color (decimal): -9106846 or 6425205. OLE color: 6425205.
HSL color Cylindrical-coordinate representation of color #750A62: hue angle of 310.65º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A62 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 98 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.54 |
| HSL | 310.65º | 0.84% | 0.25% | - |
| HSV(B) | 310.65º | 0.91% | 0.46% | - |
| XYZ | 9.65 | 4.88 | 11.99 | - |
| YUV | 52.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 98 | 0 | 0.91 | 0.16 | 0.54 | 310.65 | 0.84 | 0.25 |
| Hex | 75 | A | 62 | 0 | 5B | 10 | 36 | 137 | 54 | 19 |
| Octal | 165 | 12 | 142 | 0 | 133 | 20 | 66 | 467 | 124 | 31 |
| Binary | 1110101 | 1010 | 1100010 | 0 | 1011011 | 10000 | 110110 | 100110111 | 1010100 | 11001 |
Color Harmonies of #750A62
Complementary color
Monochromatic Colors of #750A62
Black with #750A62
Text Example
Text Example
White with #750A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A62; }
p { color: rgb(117,10,98); }
H1.HeaderClassName
{
color: #750A62;
}
.AnyTagClassName
{
color: #750A62;
}
</style>
background-color css
<style>
a { background-color: #750A62; }
a { background-color: rgb(117,10,98); }
div.DivClassName
{
background-color: #750A62;
}
.BgClassName
{
background-color: #750A62;
}
</style>
border-color css
<style>
span { border-color: #750A62; }
span { border-color: rgb(117,10,98); }
td.TdClassName
{
border-color: #750A62;
}
.TagClassName
{
border-color: #750A62;
}
</style>