Shades of Palatinate Purple #74145D
Tints of Palatinate Purple #74145D
RGB
CMYK
RGB Variations
Color information
#74145D (or 0x74145D) is known color: Palatinate Purple. HEX triplet: 74, 14 and 5D. RGB value is (116,20,93). Sum of RGB (Red+Green+Blue) = 116+20+93=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74145D is #8BEBA2. Grayscale: #383838. Windows color (decimal): -9169827 or 6100084. OLE color: 6100084.
HSL color Cylindrical-coordinate representation of color #74145D: hue angle of 314.38º 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 #74145D is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 93 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.55 |
| HSL | 314.38º | 0.71% | 0.27% | - |
| HSV(B) | 314.38º | 0.83% | 0.45% | - |
| XYZ | 9.43 | 5 | 10.82 | - |
| YUV | 57.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 93 | 0 | 0.83 | 0.20 | 0.55 | 314.38 | 0.71 | 0.27 |
| Hex | 74 | 14 | 5D | 0 | 53 | 14 | 37 | 13A | 47 | 1B |
| Octal | 164 | 24 | 135 | 0 | 123 | 24 | 67 | 472 | 107 | 33 |
| Binary | 1110100 | 10100 | 1011101 | 0 | 1010011 | 10100 | 110111 | 100111010 | 1000111 | 11011 |
Color Harmonies of #74145D
Complementary color
Monochromatic Colors of #74145D
Black with #74145D
Text Example
Text Example
White with #74145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74145D; }
p { color: rgb(116,20,93); }
H1.HeaderClassName
{
color: #74145D;
}
.AnyTagClassName
{
color: #74145D;
}
</style>
background-color css
<style>
a { background-color: #74145D; }
a { background-color: rgb(116,20,93); }
div.DivClassName
{
background-color: #74145D;
}
.BgClassName
{
background-color: #74145D;
}
</style>
border-color css
<style>
span { border-color: #74145D; }
span { border-color: rgb(116,20,93); }
td.TdClassName
{
border-color: #74145D;
}
.TagClassName
{
border-color: #74145D;
}
</style>