Shades of Palatinate Purple #74235A
Tints of Palatinate Purple #74235A
RGB
CMYK
RGB Variations
Color information
#74235A (or 0x74235A) is known color: Palatinate Purple. HEX triplet: 74, 23 and 5A. RGB value is (116,35,90). Sum of RGB (Red+Green+Blue) = 116+35+90=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74235A is #8BDCA5. Grayscale: #414141. Windows color (decimal): -9165990 or 5907316. OLE color: 5907316.
HSL color Cylindrical-coordinate representation of color #74235A: hue angle of 319.26º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74235A is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 90 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.55 |
| HSL | 319.26º | 0.54% | 0.3% | - |
| HSV(B) | 319.26º | 0.7% | 0.45% | - |
| XYZ | 9.65 | 5.65 | 10.26 | - |
| YUV | 65.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 90 | 0 | 0.70 | 0.22 | 0.55 | 319.26 | 0.54 | 0.3 |
| Hex | 74 | 23 | 5A | 0 | 46 | 16 | 37 | 13F | 36 | 1E |
| Octal | 164 | 43 | 132 | 0 | 106 | 26 | 67 | 477 | 66 | 36 |
| Binary | 1110100 | 100011 | 1011010 | 0 | 1000110 | 10110 | 110111 | 100111111 | 110110 | 11110 |
Color Harmonies of #74235A
Complementary color
Monochromatic Colors of #74235A
Black with #74235A
Text Example
Text Example
White with #74235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74235A; }
p { color: rgb(116,35,90); }
H1.HeaderClassName
{
color: #74235A;
}
.AnyTagClassName
{
color: #74235A;
}
</style>
background-color css
<style>
a { background-color: #74235A; }
a { background-color: rgb(116,35,90); }
div.DivClassName
{
background-color: #74235A;
}
.BgClassName
{
background-color: #74235A;
}
</style>
border-color css
<style>
span { border-color: #74235A; }
span { border-color: rgb(116,35,90); }
td.TdClassName
{
border-color: #74235A;
}
.TagClassName
{
border-color: #74235A;
}
</style>