Shades of Palatinate Purple #741B58
Tints of Palatinate Purple #741B58
RGB
CMYK
RGB Variations
Color information
#741B58 (or 0x741B58) is known color: Palatinate Purple. HEX triplet: 74, 1B and 58. RGB value is (116,27,88). Sum of RGB (Red+Green+Blue) = 116+27+88=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #741B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B58 is #8BE4A7. Grayscale: #3C3C3C. Windows color (decimal): -9168040 or 5774196. OLE color: 5774196.
HSL color Cylindrical-coordinate representation of color #741B58: hue angle of 318.88º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B58 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 88 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.55 |
| HSL | 318.88º | 0.62% | 0.28% | - |
| HSV(B) | 318.88º | 0.77% | 0.45% | - |
| XYZ | 9.36 | 5.2 | 9.74 | - |
| YUV | 60.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 88 | 0 | 0.77 | 0.24 | 0.55 | 318.88 | 0.62 | 0.28 |
| Hex | 74 | 1B | 58 | 0 | 4D | 18 | 37 | 13F | 3E | 1C |
| Octal | 164 | 33 | 130 | 0 | 115 | 30 | 67 | 477 | 76 | 34 |
| Binary | 1110100 | 11011 | 1011000 | 0 | 1001101 | 11000 | 110111 | 100111111 | 111110 | 11100 |
Color Harmonies of #741B58
Complementary color
Monochromatic Colors of #741B58
Black with #741B58
Text Example
Text Example
White with #741B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B58; }
p { color: rgb(116,27,88); }
H1.HeaderClassName
{
color: #741B58;
}
.AnyTagClassName
{
color: #741B58;
}
</style>
background-color css
<style>
a { background-color: #741B58; }
a { background-color: rgb(116,27,88); }
div.DivClassName
{
background-color: #741B58;
}
.BgClassName
{
background-color: #741B58;
}
</style>
border-color css
<style>
span { border-color: #741B58; }
span { border-color: rgb(116,27,88); }
td.TdClassName
{
border-color: #741B58;
}
.TagClassName
{
border-color: #741B58;
}
</style>