Shades of Palatinate Purple #74206C
Tints of Palatinate Purple #74206C
RGB
CMYK
RGB Variations
Color information
#74206C (or 0x74206C) is known color: Palatinate Purple. HEX triplet: 74, 20 and 6C. RGB value is (116,32,108). Sum of RGB (Red+Green+Blue) = 116+32+108=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206C is #8BDF93. Grayscale: #414141. Windows color (decimal): -9166740 or 7086196. OLE color: 7086196.
HSL color Cylindrical-coordinate representation of color #74206C: hue angle of 305.71º 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 #74206C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 108 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.55 |
| HSL | 305.71º | 0.57% | 0.29% | - |
| HSV(B) | 305.71º | 0.72% | 0.45% | - |
| XYZ | 10.43 | 5.83 | 14.76 | - |
| YUV | 65.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 108 | 0 | 0.72 | 0.07 | 0.55 | 305.71 | 0.57 | 0.29 |
| Hex | 74 | 20 | 6C | 0 | 48 | 7 | 37 | 132 | 39 | 1D |
| Octal | 164 | 40 | 154 | 0 | 110 | 7 | 67 | 462 | 71 | 35 |
| Binary | 1110100 | 100000 | 1101100 | 0 | 1001000 | 111 | 110111 | 100110010 | 111001 | 11101 |
Color Harmonies of #74206C
Complementary color
Monochromatic Colors of #74206C
Black with #74206C
Text Example
Text Example
White with #74206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74206C; }
p { color: rgb(116,32,108); }
H1.HeaderClassName
{
color: #74206C;
}
.AnyTagClassName
{
color: #74206C;
}
</style>
background-color css
<style>
a { background-color: #74206C; }
a { background-color: rgb(116,32,108); }
div.DivClassName
{
background-color: #74206C;
}
.BgClassName
{
background-color: #74206C;
}
</style>
border-color css
<style>
span { border-color: #74206C; }
span { border-color: rgb(116,32,108); }
td.TdClassName
{
border-color: #74206C;
}
.TagClassName
{
border-color: #74206C;
}
</style>