Shades of Palatinate Purple #781A5B
Tints of Palatinate Purple #781A5B
RGB
CMYK
RGB Variations
Color information
#781A5B (or 0x781A5B) is known color: Palatinate Purple. HEX triplet: 78, 1A and 5B. RGB value is (120,26,91). Sum of RGB (Red+Green+Blue) = 120+26+91=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A5B is #87E5A4. Grayscale: #3D3D3D. Windows color (decimal): -8906149 or 5970552. OLE color: 5970552.
HSL color Cylindrical-coordinate representation of color #781A5B: hue angle of 318.51º 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 #781A5B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 91 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.53 |
| HSL | 318.51º | 0.64% | 0.29% | - |
| HSV(B) | 318.51º | 0.78% | 0.47% | - |
| XYZ | 10 | 5.49 | 10.43 | - |
| YUV | 61.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 91 | 0 | 0.78 | 0.24 | 0.53 | 318.51 | 0.64 | 0.29 |
| Hex | 78 | 1A | 5B | 0 | 4E | 18 | 35 | 13F | 40 | 1D |
| Octal | 170 | 32 | 133 | 0 | 116 | 30 | 65 | 477 | 100 | 35 |
| Binary | 1111000 | 11010 | 1011011 | 0 | 1001110 | 11000 | 110101 | 100111111 | 1000000 | 11101 |
Color Harmonies of #781A5B
Complementary color
Monochromatic Colors of #781A5B
Black with #781A5B
Text Example
Text Example
White with #781A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A5B; }
p { color: rgb(120,26,91); }
H1.HeaderClassName
{
color: #781A5B;
}
.AnyTagClassName
{
color: #781A5B;
}
</style>
background-color css
<style>
a { background-color: #781A5B; }
a { background-color: rgb(120,26,91); }
div.DivClassName
{
background-color: #781A5B;
}
.BgClassName
{
background-color: #781A5B;
}
</style>
border-color css
<style>
span { border-color: #781A5B; }
span { border-color: rgb(120,26,91); }
td.TdClassName
{
border-color: #781A5B;
}
.TagClassName
{
border-color: #781A5B;
}
</style>