Shades of Palatinate Purple #75065C
Tints of Palatinate Purple #75065C
RGB
CMYK
RGB Variations
Color information
#75065C (or 0x75065C) is known color: Palatinate Purple. HEX triplet: 75, 06 and 5C. RGB value is (117,6,92). Sum of RGB (Red+Green+Blue) = 117+6+92=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75065C is #8AF9A3. Grayscale: #303030. Windows color (decimal): -9107876 or 6030965. OLE color: 6030965.
HSL color Cylindrical-coordinate representation of color #75065C: hue angle of 313.51º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75065C is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 92 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.54 |
| HSL | 313.51º | 0.9% | 0.24% | - |
| HSV(B) | 313.51º | 0.95% | 0.46% | - |
| XYZ | 9.33 | 4.68 | 10.54 | - |
| YUV | 48.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 92 | 0 | 0.95 | 0.21 | 0.54 | 313.51 | 0.9 | 0.24 |
| Hex | 75 | 6 | 5C | 0 | 5F | 15 | 36 | 13A | 5A | 18 |
| Octal | 165 | 6 | 134 | 0 | 137 | 25 | 66 | 472 | 132 | 30 |
| Binary | 1110101 | 110 | 1011100 | 0 | 1011111 | 10101 | 110110 | 100111010 | 1011010 | 11000 |
Color Harmonies of #75065C
Complementary color
Monochromatic Colors of #75065C
Black with #75065C
Text Example
Text Example
White with #75065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75065C; }
p { color: rgb(117,6,92); }
H1.HeaderClassName
{
color: #75065C;
}
.AnyTagClassName
{
color: #75065C;
}
</style>
background-color css
<style>
a { background-color: #75065C; }
a { background-color: rgb(117,6,92); }
div.DivClassName
{
background-color: #75065C;
}
.BgClassName
{
background-color: #75065C;
}
</style>
border-color css
<style>
span { border-color: #75065C; }
span { border-color: rgb(117,6,92); }
td.TdClassName
{
border-color: #75065C;
}
.TagClassName
{
border-color: #75065C;
}
</style>