Shades of Palatinate Purple #741A5C
Tints of Palatinate Purple #741A5C
RGB
CMYK
RGB Variations
Color information
#741A5C (or 0x741A5C) is known color: Palatinate Purple. HEX triplet: 74, 1A and 5C. RGB value is (116,26,92). Sum of RGB (Red+Green+Blue) = 116+26+92=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A5C is #8BE5A3. Grayscale: #3C3C3C. Windows color (decimal): -9168292 or 6036084. OLE color: 6036084.
HSL color Cylindrical-coordinate representation of color #741A5C: hue angle of 316º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A5C is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 92 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.55 |
| HSL | 316º | 0.63% | 0.28% | - |
| HSV(B) | 316º | 0.78% | 0.45% | - |
| XYZ | 9.5 | 5.22 | 10.63 | - |
| YUV | 60.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 92 | 0 | 0.78 | 0.21 | 0.55 | 316 | 0.63 | 0.28 |
| Hex | 74 | 1A | 5C | 0 | 4E | 15 | 37 | 13C | 3F | 1C |
| Octal | 164 | 32 | 134 | 0 | 116 | 25 | 67 | 474 | 77 | 34 |
| Binary | 1110100 | 11010 | 1011100 | 0 | 1001110 | 10101 | 110111 | 100111100 | 111111 | 11100 |
Color Harmonies of #741A5C
Complementary color
Monochromatic Colors of #741A5C
Black with #741A5C
Text Example
Text Example
White with #741A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A5C; }
p { color: rgb(116,26,92); }
H1.HeaderClassName
{
color: #741A5C;
}
.AnyTagClassName
{
color: #741A5C;
}
</style>
background-color css
<style>
a { background-color: #741A5C; }
a { background-color: rgb(116,26,92); }
div.DivClassName
{
background-color: #741A5C;
}
.BgClassName
{
background-color: #741A5C;
}
</style>
border-color css
<style>
span { border-color: #741A5C; }
span { border-color: rgb(116,26,92); }
td.TdClassName
{
border-color: #741A5C;
}
.TagClassName
{
border-color: #741A5C;
}
</style>