Shades of Palatinate Purple #74216C
Tints of Palatinate Purple #74216C
RGB
CMYK
RGB Variations
Color information
#74216C (or 0x74216C) is known color: Palatinate Purple. HEX triplet: 74, 21 and 6C. RGB value is (116,33,108). Sum of RGB (Red+Green+Blue) = 116+33+108=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74216C is #8BDE93. Grayscale: #424242. Windows color (decimal): -9166484 or 7086452. OLE color: 7086452.
HSL color Cylindrical-coordinate representation of color #74216C: hue angle of 305.78º degrees, saturation: 0.56, 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 #74216C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 108 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.55 |
| HSL | 305.78º | 0.56% | 0.29% | - |
| HSV(B) | 305.78º | 0.72% | 0.45% | - |
| XYZ | 10.45 | 5.88 | 14.77 | - |
| YUV | 66.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 108 | 0 | 0.72 | 0.07 | 0.55 | 305.78 | 0.56 | 0.29 |
| Hex | 74 | 21 | 6C | 0 | 48 | 7 | 37 | 132 | 38 | 1D |
| Octal | 164 | 41 | 154 | 0 | 110 | 7 | 67 | 462 | 70 | 35 |
| Binary | 1110100 | 100001 | 1101100 | 0 | 1001000 | 111 | 110111 | 100110010 | 111000 | 11101 |
Color Harmonies of #74216C
Complementary color
Monochromatic Colors of #74216C
Black with #74216C
Text Example
Text Example
White with #74216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74216C; }
p { color: rgb(116,33,108); }
H1.HeaderClassName
{
color: #74216C;
}
.AnyTagClassName
{
color: #74216C;
}
</style>
background-color css
<style>
a { background-color: #74216C; }
a { background-color: rgb(116,33,108); }
div.DivClassName
{
background-color: #74216C;
}
.BgClassName
{
background-color: #74216C;
}
</style>
border-color css
<style>
span { border-color: #74216C; }
span { border-color: rgb(116,33,108); }
td.TdClassName
{
border-color: #74216C;
}
.TagClassName
{
border-color: #74216C;
}
</style>