Shades of Palatinate Purple #74125F
Tints of Palatinate Purple #74125F
RGB
CMYK
RGB Variations
Color information
#74125F (or 0x74125F) is known color: Palatinate Purple. HEX triplet: 74, 12 and 5F. RGB value is (116,18,95). Sum of RGB (Red+Green+Blue) = 116+18+95=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74125F is #8BEDA0. Grayscale: #373737. Windows color (decimal): -9170337 or 6230644. OLE color: 6230644.
HSL color Cylindrical-coordinate representation of color #74125F: hue angle of 312.86º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74125F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 95 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.55 |
| HSL | 312.86º | 0.73% | 0.26% | - |
| HSV(B) | 312.86º | 0.84% | 0.45% | - |
| XYZ | 9.48 | 4.97 | 11.29 | - |
| YUV | 56.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 95 | 0 | 0.84 | 0.18 | 0.55 | 312.86 | 0.73 | 0.26 |
| Hex | 74 | 12 | 5F | 0 | 54 | 12 | 37 | 139 | 49 | 1A |
| Octal | 164 | 22 | 137 | 0 | 124 | 22 | 67 | 471 | 111 | 32 |
| Binary | 1110100 | 10010 | 1011111 | 0 | 1010100 | 10010 | 110111 | 100111001 | 1001001 | 11010 |
Color Harmonies of #74125F
Complementary color
Monochromatic Colors of #74125F
Black with #74125F
Text Example
Text Example
White with #74125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74125F; }
p { color: rgb(116,18,95); }
H1.HeaderClassName
{
color: #74125F;
}
.AnyTagClassName
{
color: #74125F;
}
</style>
background-color css
<style>
a { background-color: #74125F; }
a { background-color: rgb(116,18,95); }
div.DivClassName
{
background-color: #74125F;
}
.BgClassName
{
background-color: #74125F;
}
</style>
border-color css
<style>
span { border-color: #74125F; }
span { border-color: rgb(116,18,95); }
td.TdClassName
{
border-color: #74125F;
}
.TagClassName
{
border-color: #74125F;
}
</style>