Shades of Palatinate Purple #741363
Tints of Palatinate Purple #741363
RGB
CMYK
RGB Variations
Color information
#741363 (or 0x741363) is known color: Palatinate Purple. HEX triplet: 74, 13 and 63. RGB value is (116,19,99). Sum of RGB (Red+Green+Blue) = 116+19+99=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741363 is #8BEC9C. Grayscale: #383838. Windows color (decimal): -9170077 or 6493044. OLE color: 6493044.
HSL color Cylindrical-coordinate representation of color #741363: hue angle of 310.52º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741363 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 99 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.55 |
| HSL | 310.52º | 0.72% | 0.26% | - |
| HSV(B) | 310.52º | 0.84% | 0.45% | - |
| XYZ | 9.69 | 5.08 | 12.27 | - |
| YUV | 57.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 99 | 0 | 0.84 | 0.15 | 0.55 | 310.52 | 0.72 | 0.26 |
| Hex | 74 | 13 | 63 | 0 | 54 | F | 37 | 137 | 48 | 1A |
| Octal | 164 | 23 | 143 | 0 | 124 | 17 | 67 | 467 | 110 | 32 |
| Binary | 1110100 | 10011 | 1100011 | 0 | 1010100 | 1111 | 110111 | 100110111 | 1001000 | 11010 |
Color Harmonies of #741363
Complementary color
Monochromatic Colors of #741363
Black with #741363
Text Example
Text Example
White with #741363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741363; }
p { color: rgb(116,19,99); }
H1.HeaderClassName
{
color: #741363;
}
.AnyTagClassName
{
color: #741363;
}
</style>
background-color css
<style>
a { background-color: #741363; }
a { background-color: rgb(116,19,99); }
div.DivClassName
{
background-color: #741363;
}
.BgClassName
{
background-color: #741363;
}
</style>
border-color css
<style>
span { border-color: #741363; }
span { border-color: rgb(116,19,99); }
td.TdClassName
{
border-color: #741363;
}
.TagClassName
{
border-color: #741363;
}
</style>