Shades of Palatinate Purple #780B5C
Tints of Palatinate Purple #780B5C
RGB
CMYK
RGB Variations
Color information
#780B5C (or 0x780B5C) is known color: Palatinate Purple. HEX triplet: 78, 0B and 5C. RGB value is (120,11,92). Sum of RGB (Red+Green+Blue) = 120+11+92=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B5C is #87F4A3. Grayscale: #343434. Windows color (decimal): -8909988 or 6032248. OLE color: 6032248.
HSL color Cylindrical-coordinate representation of color #780B5C: hue angle of 315.41º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B5C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 92 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.53 |
| HSL | 315.41º | 0.83% | 0.26% | - |
| HSV(B) | 315.41º | 0.91% | 0.47% | - |
| XYZ | 9.8 | 5.01 | 10.57 | - |
| YUV | 52.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 92 | 0 | 0.91 | 0.23 | 0.53 | 315.41 | 0.83 | 0.26 |
| Hex | 78 | B | 5C | 0 | 5B | 17 | 35 | 13B | 53 | 1A |
| Octal | 170 | 13 | 134 | 0 | 133 | 27 | 65 | 473 | 123 | 32 |
| Binary | 1111000 | 1011 | 1011100 | 0 | 1011011 | 10111 | 110101 | 100111011 | 1010011 | 11010 |
Color Harmonies of #780B5C
Complementary color
Monochromatic Colors of #780B5C
Black with #780B5C
Text Example
Text Example
White with #780B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B5C; }
p { color: rgb(120,11,92); }
H1.HeaderClassName
{
color: #780B5C;
}
.AnyTagClassName
{
color: #780B5C;
}
</style>
background-color css
<style>
a { background-color: #780B5C; }
a { background-color: rgb(120,11,92); }
div.DivClassName
{
background-color: #780B5C;
}
.BgClassName
{
background-color: #780B5C;
}
</style>
border-color css
<style>
span { border-color: #780B5C; }
span { border-color: rgb(120,11,92); }
td.TdClassName
{
border-color: #780B5C;
}
.TagClassName
{
border-color: #780B5C;
}
</style>