Shades of Palatinate Purple #781462
Tints of Palatinate Purple #781462
RGB
CMYK
RGB Variations
Color information
#781462 (or 0x781462) is known color: Palatinate Purple. HEX triplet: 78, 14 and 62. RGB value is (120,20,98). Sum of RGB (Red+Green+Blue) = 120+20+98=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781462 is #87EB9D. Grayscale: #3A3A3A. Windows color (decimal): -8907678 or 6427768. OLE color: 6427768.
HSL color Cylindrical-coordinate representation of color #781462: hue angle of 313.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781462 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 98 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.53 |
| HSL | 313.2º | 0.71% | 0.27% | - |
| HSV(B) | 313.2º | 0.83% | 0.47% | - |
| XYZ | 10.2 | 5.38 | 12.06 | - |
| YUV | 58.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 98 | 0 | 0.83 | 0.18 | 0.53 | 313.2 | 0.71 | 0.27 |
| Hex | 78 | 14 | 62 | 0 | 53 | 12 | 35 | 139 | 47 | 1B |
| Octal | 170 | 24 | 142 | 0 | 123 | 22 | 65 | 471 | 107 | 33 |
| Binary | 1111000 | 10100 | 1100010 | 0 | 1010011 | 10010 | 110101 | 100111001 | 1000111 | 11011 |
Color Harmonies of #781462
Complementary color
Monochromatic Colors of #781462
Black with #781462
Text Example
Text Example
White with #781462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781462; }
p { color: rgb(120,20,98); }
H1.HeaderClassName
{
color: #781462;
}
.AnyTagClassName
{
color: #781462;
}
</style>
background-color css
<style>
a { background-color: #781462; }
a { background-color: rgb(120,20,98); }
div.DivClassName
{
background-color: #781462;
}
.BgClassName
{
background-color: #781462;
}
</style>
border-color css
<style>
span { border-color: #781462; }
span { border-color: rgb(120,20,98); }
td.TdClassName
{
border-color: #781462;
}
.TagClassName
{
border-color: #781462;
}
</style>