Shades of Palatinate Purple #781B5B
Tints of Palatinate Purple #781B5B
RGB
CMYK
RGB Variations
Color information
#781B5B (or 0x781B5B) is known color: Palatinate Purple. HEX triplet: 78, 1B and 5B. RGB value is (120,27,91). Sum of RGB (Red+Green+Blue) = 120+27+91=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5B is #87E4A4. Grayscale: #3D3D3D. Windows color (decimal): -8905893 or 5970808. OLE color: 5970808.
HSL color Cylindrical-coordinate representation of color #781B5B: hue angle of 318.71º 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 #781B5B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 91 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.53 |
| HSL | 318.71º | 0.63% | 0.29% | - |
| HSV(B) | 318.71º | 0.78% | 0.47% | - |
| XYZ | 10.03 | 5.53 | 10.44 | - |
| YUV | 62.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 91 | 0 | 0.78 | 0.24 | 0.53 | 318.71 | 0.63 | 0.29 |
| Hex | 78 | 1B | 5B | 0 | 4E | 18 | 35 | 13F | 3F | 1D |
| Octal | 170 | 33 | 133 | 0 | 116 | 30 | 65 | 477 | 77 | 35 |
| Binary | 1111000 | 11011 | 1011011 | 0 | 1001110 | 11000 | 110101 | 100111111 | 111111 | 11101 |
Color Harmonies of #781B5B
Complementary color
Monochromatic Colors of #781B5B
Black with #781B5B
Text Example
Text Example
White with #781B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B5B; }
p { color: rgb(120,27,91); }
H1.HeaderClassName
{
color: #781B5B;
}
.AnyTagClassName
{
color: #781B5B;
}
</style>
background-color css
<style>
a { background-color: #781B5B; }
a { background-color: rgb(120,27,91); }
div.DivClassName
{
background-color: #781B5B;
}
.BgClassName
{
background-color: #781B5B;
}
</style>
border-color css
<style>
span { border-color: #781B5B; }
span { border-color: rgb(120,27,91); }
td.TdClassName
{
border-color: #781B5B;
}
.TagClassName
{
border-color: #781B5B;
}
</style>