Shades of Palatinate Purple #74205B
Tints of Palatinate Purple #74205B
RGB
CMYK
RGB Variations
Color information
#74205B (or 0x74205B) is known color: Palatinate Purple. HEX triplet: 74, 20 and 5B. RGB value is (116,32,91). Sum of RGB (Red+Green+Blue) = 116+32+91=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205B is #8BDFA4. Grayscale: #3F3F3F. Windows color (decimal): -9166757 or 5972084. OLE color: 5972084.
HSL color Cylindrical-coordinate representation of color #74205B: hue angle of 317.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74205B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 91 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.55 |
| HSL | 317.86º | 0.57% | 0.29% | - |
| HSV(B) | 317.86º | 0.72% | 0.45% | - |
| XYZ | 9.61 | 5.5 | 10.45 | - |
| YUV | 63.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 91 | 0 | 0.72 | 0.22 | 0.55 | 317.86 | 0.57 | 0.29 |
| Hex | 74 | 20 | 5B | 0 | 48 | 16 | 37 | 13E | 39 | 1D |
| Octal | 164 | 40 | 133 | 0 | 110 | 26 | 67 | 476 | 71 | 35 |
| Binary | 1110100 | 100000 | 1011011 | 0 | 1001000 | 10110 | 110111 | 100111110 | 111001 | 11101 |
Color Harmonies of #74205B
Complementary color
Monochromatic Colors of #74205B
Black with #74205B
Text Example
Text Example
White with #74205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74205B; }
p { color: rgb(116,32,91); }
H1.HeaderClassName
{
color: #74205B;
}
.AnyTagClassName
{
color: #74205B;
}
</style>
background-color css
<style>
a { background-color: #74205B; }
a { background-color: rgb(116,32,91); }
div.DivClassName
{
background-color: #74205B;
}
.BgClassName
{
background-color: #74205B;
}
</style>
border-color css
<style>
span { border-color: #74205B; }
span { border-color: rgb(116,32,91); }
td.TdClassName
{
border-color: #74205B;
}
.TagClassName
{
border-color: #74205B;
}
</style>