Shades of Palatinate Purple #74145A
Tints of Palatinate Purple #74145A
RGB
CMYK
RGB Variations
Color information
#74145A (or 0x74145A) is known color: Palatinate Purple. HEX triplet: 74, 14 and 5A. RGB value is (116,20,90). Sum of RGB (Red+Green+Blue) = 116+20+90=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74145A is #8BEBA5. Grayscale: #383838. Windows color (decimal): -9169830 or 5903476. OLE color: 5903476.
HSL color Cylindrical-coordinate representation of color #74145A: hue angle of 316.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74145A is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 90 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.55 |
| HSL | 316.25º | 0.71% | 0.27% | - |
| HSV(B) | 316.25º | 0.83% | 0.45% | - |
| XYZ | 9.3 | 4.95 | 10.14 | - |
| YUV | 56.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 90 | 0 | 0.83 | 0.22 | 0.55 | 316.25 | 0.71 | 0.27 |
| Hex | 74 | 14 | 5A | 0 | 53 | 16 | 37 | 13C | 47 | 1B |
| Octal | 164 | 24 | 132 | 0 | 123 | 26 | 67 | 474 | 107 | 33 |
| Binary | 1110100 | 10100 | 1011010 | 0 | 1010011 | 10110 | 110111 | 100111100 | 1000111 | 11011 |
Color Harmonies of #74145A
Complementary color
Monochromatic Colors of #74145A
Black with #74145A
Text Example
Text Example
White with #74145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74145A; }
p { color: rgb(116,20,90); }
H1.HeaderClassName
{
color: #74145A;
}
.AnyTagClassName
{
color: #74145A;
}
</style>
background-color css
<style>
a { background-color: #74145A; }
a { background-color: rgb(116,20,90); }
div.DivClassName
{
background-color: #74145A;
}
.BgClassName
{
background-color: #74145A;
}
</style>
border-color css
<style>
span { border-color: #74145A; }
span { border-color: rgb(116,20,90); }
td.TdClassName
{
border-color: #74145A;
}
.TagClassName
{
border-color: #74145A;
}
</style>