Shades of Palatinate Purple #741C58
Tints of Palatinate Purple #741C58
RGB
CMYK
RGB Variations
Color information
#741C58 (or 0x741C58) is known color: Palatinate Purple. HEX triplet: 74, 1C and 58. RGB value is (116,28,88). Sum of RGB (Red+Green+Blue) = 116+28+88=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #741C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C58 is #8BE3A7. Grayscale: #3C3C3C. Windows color (decimal): -9167784 or 5774452. OLE color: 5774452.
HSL color Cylindrical-coordinate representation of color #741C58: hue angle of 319.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C58 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 88 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.55 |
| HSL | 319.09º | 0.61% | 0.28% | - |
| HSV(B) | 319.09º | 0.76% | 0.45% | - |
| XYZ | 9.38 | 5.25 | 9.75 | - |
| YUV | 61.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 88 | 0 | 0.76 | 0.24 | 0.55 | 319.09 | 0.61 | 0.28 |
| Hex | 74 | 1C | 58 | 0 | 4C | 18 | 37 | 13F | 3D | 1C |
| Octal | 164 | 34 | 130 | 0 | 114 | 30 | 67 | 477 | 75 | 34 |
| Binary | 1110100 | 11100 | 1011000 | 0 | 1001100 | 11000 | 110111 | 100111111 | 111101 | 11100 |
Color Harmonies of #741C58
Complementary color
Monochromatic Colors of #741C58
Black with #741C58
Text Example
Text Example
White with #741C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C58; }
p { color: rgb(116,28,88); }
H1.HeaderClassName
{
color: #741C58;
}
.AnyTagClassName
{
color: #741C58;
}
</style>
background-color css
<style>
a { background-color: #741C58; }
a { background-color: rgb(116,28,88); }
div.DivClassName
{
background-color: #741C58;
}
.BgClassName
{
background-color: #741C58;
}
</style>
border-color css
<style>
span { border-color: #741C58; }
span { border-color: rgb(116,28,88); }
td.TdClassName
{
border-color: #741C58;
}
.TagClassName
{
border-color: #741C58;
}
</style>