Shades of Palatinate Purple #74205F
Tints of Palatinate Purple #74205F
RGB
CMYK
RGB Variations
Color information
#74205F (or 0x74205F) is known color: Palatinate Purple. HEX triplet: 74, 20 and 5F. RGB value is (116,32,95). Sum of RGB (Red+Green+Blue) = 116+32+95=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205F is #8BDFA0. Grayscale: #404040. Windows color (decimal): -9166753 or 6234228. OLE color: 6234228.
HSL color Cylindrical-coordinate representation of color #74205F: hue angle of 315º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74205F is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 95 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.55 |
| HSL | 315º | 0.57% | 0.29% | - |
| HSV(B) | 315º | 0.72% | 0.45% | - |
| XYZ | 9.78 | 5.57 | 11.39 | - |
| YUV | 64.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 95 | 0 | 0.72 | 0.18 | 0.55 | 315 | 0.57 | 0.29 |
| Hex | 74 | 20 | 5F | 0 | 48 | 12 | 37 | 13B | 39 | 1D |
| Octal | 164 | 40 | 137 | 0 | 110 | 22 | 67 | 473 | 71 | 35 |
| Binary | 1110100 | 100000 | 1011111 | 0 | 1001000 | 10010 | 110111 | 100111011 | 111001 | 11101 |
Color Harmonies of #74205F
Complementary color
Monochromatic Colors of #74205F
Black with #74205F
Text Example
Text Example
White with #74205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74205F; }
p { color: rgb(116,32,95); }
H1.HeaderClassName
{
color: #74205F;
}
.AnyTagClassName
{
color: #74205F;
}
</style>
background-color css
<style>
a { background-color: #74205F; }
a { background-color: rgb(116,32,95); }
div.DivClassName
{
background-color: #74205F;
}
.BgClassName
{
background-color: #74205F;
}
</style>
border-color css
<style>
span { border-color: #74205F; }
span { border-color: rgb(116,32,95); }
td.TdClassName
{
border-color: #74205F;
}
.TagClassName
{
border-color: #74205F;
}
</style>