Shades of Palatinate Purple #74275C
Tints of Palatinate Purple #74275C
RGB
CMYK
RGB Variations
Color information
#74275C (or 0x74275C) is known color: Palatinate Purple. HEX triplet: 74, 27 and 5C. RGB value is (116,39,92). Sum of RGB (Red+Green+Blue) = 116+39+92=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74275C is #8BD8A3. Grayscale: #434343. Windows color (decimal): -9164964 or 6039412. OLE color: 6039412.
HSL color Cylindrical-coordinate representation of color #74275C: hue angle of 318.7º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74275C is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 92 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.55 |
| HSL | 318.7º | 0.5% | 0.3% | - |
| HSV(B) | 318.7º | 0.66% | 0.45% | - |
| XYZ | 9.86 | 5.94 | 10.75 | - |
| YUV | 68.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 92 | 0 | 0.66 | 0.21 | 0.55 | 318.7 | 0.5 | 0.3 |
| Hex | 74 | 27 | 5C | 0 | 42 | 15 | 37 | 13F | 32 | 1E |
| Octal | 164 | 47 | 134 | 0 | 102 | 25 | 67 | 477 | 62 | 36 |
| Binary | 1110100 | 100111 | 1011100 | 0 | 1000010 | 10101 | 110111 | 100111111 | 110010 | 11110 |
Color Harmonies of #74275C
Complementary color
Monochromatic Colors of #74275C
Black with #74275C
Text Example
Text Example
White with #74275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74275C; }
p { color: rgb(116,39,92); }
H1.HeaderClassName
{
color: #74275C;
}
.AnyTagClassName
{
color: #74275C;
}
</style>
background-color css
<style>
a { background-color: #74275C; }
a { background-color: rgb(116,39,92); }
div.DivClassName
{
background-color: #74275C;
}
.BgClassName
{
background-color: #74275C;
}
</style>
border-color css
<style>
span { border-color: #74275C; }
span { border-color: rgb(116,39,92); }
td.TdClassName
{
border-color: #74275C;
}
.TagClassName
{
border-color: #74275C;
}
</style>