Shades of Palatinate Purple #74285E
Tints of Palatinate Purple #74285E
RGB
CMYK
RGB Variations
Color information
#74285E (or 0x74285E) is known color: Palatinate Purple. HEX triplet: 74, 28 and 5E. RGB value is (116,40,94). Sum of RGB (Red+Green+Blue) = 116+40+94=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74285E is #8BD7A1. Grayscale: #444444. Windows color (decimal): -9164706 or 6170740. OLE color: 6170740.
HSL color Cylindrical-coordinate representation of color #74285E: hue angle of 317.37º 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 #74285E is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 94 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.55 |
| HSL | 317.37º | 0.49% | 0.31% | - |
| HSV(B) | 317.37º | 0.66% | 0.45% | - |
| XYZ | 9.98 | 6.04 | 11.23 | - |
| YUV | 68.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 94 | 0 | 0.66 | 0.19 | 0.55 | 317.37 | 0.49 | 0.31 |
| Hex | 74 | 28 | 5E | 0 | 42 | 13 | 37 | 13D | 31 | 1F |
| Octal | 164 | 50 | 136 | 0 | 102 | 23 | 67 | 475 | 61 | 37 |
| Binary | 1110100 | 101000 | 1011110 | 0 | 1000010 | 10011 | 110111 | 100111101 | 110001 | 11111 |
Color Harmonies of #74285E
Complementary color
Monochromatic Colors of #74285E
Black with #74285E
Text Example
Text Example
White with #74285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74285E; }
p { color: rgb(116,40,94); }
H1.HeaderClassName
{
color: #74285E;
}
.AnyTagClassName
{
color: #74285E;
}
</style>
background-color css
<style>
a { background-color: #74285E; }
a { background-color: rgb(116,40,94); }
div.DivClassName
{
background-color: #74285E;
}
.BgClassName
{
background-color: #74285E;
}
</style>
border-color css
<style>
span { border-color: #74285E; }
span { border-color: rgb(116,40,94); }
td.TdClassName
{
border-color: #74285E;
}
.TagClassName
{
border-color: #74285E;
}
</style>