Shades of Palatinate Purple #741C6C
Tints of Palatinate Purple #741C6C
RGB
CMYK
RGB Variations
Color information
#741C6C (or 0x741C6C) is known color: Palatinate Purple. HEX triplet: 74, 1C and 6C. RGB value is (116,28,108). Sum of RGB (Red+Green+Blue) = 116+28+108=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #741C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C6C is #8BE393. Grayscale: #3F3F3F. Windows color (decimal): -9167764 or 7085172. OLE color: 7085172.
HSL color Cylindrical-coordinate representation of color #741C6C: hue angle of 305.45º 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 #741C6C is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 108 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.55 |
| HSL | 305.45º | 0.61% | 0.28% | - |
| HSV(B) | 305.45º | 0.76% | 0.45% | - |
| XYZ | 10.32 | 5.63 | 14.73 | - |
| YUV | 63.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 108 | 0 | 0.76 | 0.07 | 0.55 | 305.45 | 0.61 | 0.28 |
| Hex | 74 | 1C | 6C | 0 | 4C | 7 | 37 | 131 | 3D | 1C |
| Octal | 164 | 34 | 154 | 0 | 114 | 7 | 67 | 461 | 75 | 34 |
| Binary | 1110100 | 11100 | 1101100 | 0 | 1001100 | 111 | 110111 | 100110001 | 111101 | 11100 |
Color Harmonies of #741C6C
Complementary color
Monochromatic Colors of #741C6C
Black with #741C6C
Text Example
Text Example
White with #741C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C6C; }
p { color: rgb(116,28,108); }
H1.HeaderClassName
{
color: #741C6C;
}
.AnyTagClassName
{
color: #741C6C;
}
</style>
background-color css
<style>
a { background-color: #741C6C; }
a { background-color: rgb(116,28,108); }
div.DivClassName
{
background-color: #741C6C;
}
.BgClassName
{
background-color: #741C6C;
}
</style>
border-color css
<style>
span { border-color: #741C6C; }
span { border-color: rgb(116,28,108); }
td.TdClassName
{
border-color: #741C6C;
}
.TagClassName
{
border-color: #741C6C;
}
</style>