Shades of Palatinate Purple #781B5A
Tints of Palatinate Purple #781B5A
RGB
CMYK
RGB Variations
Color information
#781B5A (or 0x781B5A) is known color: Palatinate Purple. HEX triplet: 78, 1B and 5A. RGB value is (120,27,90). Sum of RGB (Red+Green+Blue) = 120+27+90=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5A is #87E4A5. Grayscale: #3D3D3D. Windows color (decimal): -8905894 or 5905272. OLE color: 5905272.
HSL color Cylindrical-coordinate representation of color #781B5A: hue angle of 319.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B5A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 90 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.53 |
| HSL | 319.35º | 0.63% | 0.29% | - |
| HSV(B) | 319.35º | 0.78% | 0.47% | - |
| XYZ | 9.98 | 5.52 | 10.21 | - |
| YUV | 61.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 90 | 0 | 0.78 | 0.25 | 0.53 | 319.35 | 0.63 | 0.29 |
| Hex | 78 | 1B | 5A | 0 | 4E | 19 | 35 | 13F | 3F | 1D |
| Octal | 170 | 33 | 132 | 0 | 116 | 31 | 65 | 477 | 77 | 35 |
| Binary | 1111000 | 11011 | 1011010 | 0 | 1001110 | 11001 | 110101 | 100111111 | 111111 | 11101 |
Color Harmonies of #781B5A
Complementary color
Monochromatic Colors of #781B5A
Black with #781B5A
Text Example
Text Example
White with #781B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B5A; }
p { color: rgb(120,27,90); }
H1.HeaderClassName
{
color: #781B5A;
}
.AnyTagClassName
{
color: #781B5A;
}
</style>
background-color css
<style>
a { background-color: #781B5A; }
a { background-color: rgb(120,27,90); }
div.DivClassName
{
background-color: #781B5A;
}
.BgClassName
{
background-color: #781B5A;
}
</style>
border-color css
<style>
span { border-color: #781B5A; }
span { border-color: rgb(120,27,90); }
td.TdClassName
{
border-color: #781B5A;
}
.TagClassName
{
border-color: #781B5A;
}
</style>