Shades of Palatinate Purple #781A5A
Tints of Palatinate Purple #781A5A
RGB
CMYK
RGB Variations
Color information
#781A5A (or 0x781A5A) is known color: Palatinate Purple. HEX triplet: 78, 1A and 5A. RGB value is (120,26,90). Sum of RGB (Red+Green+Blue) = 120+26+90=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #781A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A5A is #87E5A5. Grayscale: #3D3D3D. Windows color (decimal): -8906150 or 5905016. OLE color: 5905016.
HSL color Cylindrical-coordinate representation of color #781A5A: hue angle of 319.15º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A5A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 90 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.53 |
| HSL | 319.15º | 0.64% | 0.29% | - |
| HSV(B) | 319.15º | 0.78% | 0.47% | - |
| XYZ | 9.96 | 5.47 | 10.2 | - |
| YUV | 61.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 90 | 0 | 0.78 | 0.25 | 0.53 | 319.15 | 0.64 | 0.29 |
| Hex | 78 | 1A | 5A | 0 | 4E | 19 | 35 | 13F | 40 | 1D |
| Octal | 170 | 32 | 132 | 0 | 116 | 31 | 65 | 477 | 100 | 35 |
| Binary | 1111000 | 11010 | 1011010 | 0 | 1001110 | 11001 | 110101 | 100111111 | 1000000 | 11101 |
Color Harmonies of #781A5A
Complementary color
Monochromatic Colors of #781A5A
Black with #781A5A
Text Example
Text Example
White with #781A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A5A; }
p { color: rgb(120,26,90); }
H1.HeaderClassName
{
color: #781A5A;
}
.AnyTagClassName
{
color: #781A5A;
}
</style>
background-color css
<style>
a { background-color: #781A5A; }
a { background-color: rgb(120,26,90); }
div.DivClassName
{
background-color: #781A5A;
}
.BgClassName
{
background-color: #781A5A;
}
</style>
border-color css
<style>
span { border-color: #781A5A; }
span { border-color: rgb(120,26,90); }
td.TdClassName
{
border-color: #781A5A;
}
.TagClassName
{
border-color: #781A5A;
}
</style>