Shades of Palatinate Purple #74285D
Tints of Palatinate Purple #74285D
RGB
CMYK
RGB Variations
Color information
#74285D (or 0x74285D) is known color: Palatinate Purple. HEX triplet: 74, 28 and 5D. RGB value is (116,40,93). Sum of RGB (Red+Green+Blue) = 116+40+93=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74285D is #8BD7A2. Grayscale: #444444. Windows color (decimal): -9164707 or 6105204. OLE color: 6105204.
HSL color Cylindrical-coordinate representation of color #74285D: hue angle of 318.16º 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 #74285D is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 93 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.55 |
| HSL | 318.16º | 0.49% | 0.31% | - |
| HSV(B) | 318.16º | 0.66% | 0.45% | - |
| XYZ | 9.94 | 6.02 | 10.99 | - |
| YUV | 68.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 93 | 0 | 0.66 | 0.20 | 0.55 | 318.16 | 0.49 | 0.31 |
| Hex | 74 | 28 | 5D | 0 | 42 | 14 | 37 | 13E | 31 | 1F |
| Octal | 164 | 50 | 135 | 0 | 102 | 24 | 67 | 476 | 61 | 37 |
| Binary | 1110100 | 101000 | 1011101 | 0 | 1000010 | 10100 | 110111 | 100111110 | 110001 | 11111 |
Color Harmonies of #74285D
Complementary color
Monochromatic Colors of #74285D
Black with #74285D
Text Example
Text Example
White with #74285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74285D; }
p { color: rgb(116,40,93); }
H1.HeaderClassName
{
color: #74285D;
}
.AnyTagClassName
{
color: #74285D;
}
</style>
background-color css
<style>
a { background-color: #74285D; }
a { background-color: rgb(116,40,93); }
div.DivClassName
{
background-color: #74285D;
}
.BgClassName
{
background-color: #74285D;
}
</style>
border-color css
<style>
span { border-color: #74285D; }
span { border-color: rgb(116,40,93); }
td.TdClassName
{
border-color: #74285D;
}
.TagClassName
{
border-color: #74285D;
}
</style>