Shades of Palatinate Purple #74285F
Tints of Palatinate Purple #74285F
RGB
CMYK
RGB Variations
Color information
#74285F (or 0x74285F) is known color: Palatinate Purple. HEX triplet: 74, 28 and 5F. RGB value is (116,40,95). Sum of RGB (Red+Green+Blue) = 116+40+95=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74285F is #8BD7A0. Grayscale: #444444. Windows color (decimal): -9164705 or 6236276. OLE color: 6236276.
HSL color Cylindrical-coordinate representation of color #74285F: hue angle of 316.58º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74285F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 95 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.55 |
| HSL | 316.58º | 0.49% | 0.31% | - |
| HSV(B) | 316.58º | 0.66% | 0.45% | - |
| XYZ | 10.03 | 6.06 | 11.47 | - |
| YUV | 68.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 95 | 0 | 0.66 | 0.18 | 0.55 | 316.58 | 0.49 | 0.31 |
| Hex | 74 | 28 | 5F | 0 | 42 | 12 | 37 | 13D | 31 | 1F |
| Octal | 164 | 50 | 137 | 0 | 102 | 22 | 67 | 475 | 61 | 37 |
| Binary | 1110100 | 101000 | 1011111 | 0 | 1000010 | 10010 | 110111 | 100111101 | 110001 | 11111 |
Color Harmonies of #74285F
Complementary color
Monochromatic Colors of #74285F
Black with #74285F
Text Example
Text Example
White with #74285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74285F; }
p { color: rgb(116,40,95); }
H1.HeaderClassName
{
color: #74285F;
}
.AnyTagClassName
{
color: #74285F;
}
</style>
background-color css
<style>
a { background-color: #74285F; }
a { background-color: rgb(116,40,95); }
div.DivClassName
{
background-color: #74285F;
}
.BgClassName
{
background-color: #74285F;
}
</style>
border-color css
<style>
span { border-color: #74285F; }
span { border-color: rgb(116,40,95); }
td.TdClassName
{
border-color: #74285F;
}
.TagClassName
{
border-color: #74285F;
}
</style>