Shades of Palatinate Purple #741B5F
Tints of Palatinate Purple #741B5F
RGB
CMYK
RGB Variations
Color information
#741B5F (or 0x741B5F) is known color: Palatinate Purple. HEX triplet: 74, 1B and 5F. RGB value is (116,27,95). Sum of RGB (Red+Green+Blue) = 116+27+95=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #741B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B5F is #8BE4A0. Grayscale: #3D3D3D. Windows color (decimal): -9168033 or 6232948. OLE color: 6232948.
HSL color Cylindrical-coordinate representation of color #741B5F: hue angle of 314.16º 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 #741B5F is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 95 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.55 |
| HSL | 314.16º | 0.62% | 0.28% | - |
| HSV(B) | 314.16º | 0.77% | 0.45% | - |
| XYZ | 9.66 | 5.32 | 11.34 | - |
| YUV | 61.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 95 | 0 | 0.77 | 0.18 | 0.55 | 314.16 | 0.62 | 0.28 |
| Hex | 74 | 1B | 5F | 0 | 4D | 12 | 37 | 13A | 3E | 1C |
| Octal | 164 | 33 | 137 | 0 | 115 | 22 | 67 | 472 | 76 | 34 |
| Binary | 1110100 | 11011 | 1011111 | 0 | 1001101 | 10010 | 110111 | 100111010 | 111110 | 11100 |
Color Harmonies of #741B5F
Complementary color
Monochromatic Colors of #741B5F
Black with #741B5F
Text Example
Text Example
White with #741B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B5F; }
p { color: rgb(116,27,95); }
H1.HeaderClassName
{
color: #741B5F;
}
.AnyTagClassName
{
color: #741B5F;
}
</style>
background-color css
<style>
a { background-color: #741B5F; }
a { background-color: rgb(116,27,95); }
div.DivClassName
{
background-color: #741B5F;
}
.BgClassName
{
background-color: #741B5F;
}
</style>
border-color css
<style>
span { border-color: #741B5F; }
span { border-color: rgb(116,27,95); }
td.TdClassName
{
border-color: #741B5F;
}
.TagClassName
{
border-color: #741B5F;
}
</style>