Shades of Palatinate Purple #74165A
Tints of Palatinate Purple #74165A
RGB
CMYK
RGB Variations
Color information
#74165A (or 0x74165A) is known color: Palatinate Purple. HEX triplet: 74, 16 and 5A. RGB value is (116,22,90). Sum of RGB (Red+Green+Blue) = 116+22+90=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74165A is #8BE9A5. Grayscale: #393939. Windows color (decimal): -9169318 or 5903988. OLE color: 5903988.
HSL color Cylindrical-coordinate representation of color #74165A: hue angle of 316.6º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74165A is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 90 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.55 |
| HSL | 316.6º | 0.68% | 0.27% | - |
| HSV(B) | 316.6º | 0.81% | 0.45% | - |
| XYZ | 9.33 | 5.03 | 10.15 | - |
| YUV | 57.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 90 | 0 | 0.81 | 0.22 | 0.55 | 316.6 | 0.68 | 0.27 |
| Hex | 74 | 16 | 5A | 0 | 51 | 16 | 37 | 13D | 44 | 1B |
| Octal | 164 | 26 | 132 | 0 | 121 | 26 | 67 | 475 | 104 | 33 |
| Binary | 1110100 | 10110 | 1011010 | 0 | 1010001 | 10110 | 110111 | 100111101 | 1000100 | 11011 |
Color Harmonies of #74165A
Complementary color
Monochromatic Colors of #74165A
Black with #74165A
Text Example
Text Example
White with #74165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74165A; }
p { color: rgb(116,22,90); }
H1.HeaderClassName
{
color: #74165A;
}
.AnyTagClassName
{
color: #74165A;
}
</style>
background-color css
<style>
a { background-color: #74165A; }
a { background-color: rgb(116,22,90); }
div.DivClassName
{
background-color: #74165A;
}
.BgClassName
{
background-color: #74165A;
}
</style>
border-color css
<style>
span { border-color: #74165A; }
span { border-color: rgb(116,22,90); }
td.TdClassName
{
border-color: #74165A;
}
.TagClassName
{
border-color: #74165A;
}
</style>