Shades of Palatinate Purple #74145F
Tints of Palatinate Purple #74145F
RGB
CMYK
RGB Variations
Color information
#74145F (or 0x74145F) is known color: Palatinate Purple. HEX triplet: 74, 14 and 5F. RGB value is (116,20,95). Sum of RGB (Red+Green+Blue) = 116+20+95=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74145F is #8BEBA0. Grayscale: #393939. Windows color (decimal): -9169825 or 6231156. OLE color: 6231156.
HSL color Cylindrical-coordinate representation of color #74145F: hue angle of 313.12º 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 #74145F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 95 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.55 |
| HSL | 313.13º | 0.71% | 0.27% | - |
| HSV(B) | 313.13º | 0.83% | 0.45% | - |
| XYZ | 9.52 | 5.04 | 11.3 | - |
| YUV | 57.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 95 | 0 | 0.83 | 0.18 | 0.55 | 313.13 | 0.71 | 0.27 |
| Hex | 74 | 14 | 5F | 0 | 53 | 12 | 37 | 139 | 47 | 1B |
| Octal | 164 | 24 | 137 | 0 | 123 | 22 | 67 | 471 | 107 | 33 |
| Binary | 1110100 | 10100 | 1011111 | 0 | 1010011 | 10010 | 110111 | 100111001 | 1000111 | 11011 |
Color Harmonies of #74145F
Complementary color
Monochromatic Colors of #74145F
Black with #74145F
Text Example
Text Example
White with #74145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74145F; }
p { color: rgb(116,20,95); }
H1.HeaderClassName
{
color: #74145F;
}
.AnyTagClassName
{
color: #74145F;
}
</style>
background-color css
<style>
a { background-color: #74145F; }
a { background-color: rgb(116,20,95); }
div.DivClassName
{
background-color: #74145F;
}
.BgClassName
{
background-color: #74145F;
}
</style>
border-color css
<style>
span { border-color: #74145F; }
span { border-color: rgb(116,20,95); }
td.TdClassName
{
border-color: #74145F;
}
.TagClassName
{
border-color: #74145F;
}
</style>