Shades of Palatinate Purple #731B5C
Tints of Palatinate Purple #731B5C
RGB
CMYK
RGB Variations
Color information
#731B5C (or 0x731B5C) is known color: Palatinate Purple. HEX triplet: 73, 1B and 5C. RGB value is (115,27,92). Sum of RGB (Red+Green+Blue) = 115+27+92=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B5C is #8CE4A3. Grayscale: #3C3C3C. Windows color (decimal): -9233572 or 6036339. OLE color: 6036339.
HSL color Cylindrical-coordinate representation of color #731B5C: hue angle of 315.68º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B5C is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 92 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.55 |
| HSL | 315.68º | 0.62% | 0.28% | - |
| HSV(B) | 315.68º | 0.77% | 0.45% | - |
| XYZ | 9.39 | 5.2 | 10.63 | - |
| YUV | 60.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 92 | 0 | 0.77 | 0.20 | 0.55 | 315.68 | 0.62 | 0.28 |
| Hex | 73 | 1B | 5C | 0 | 4D | 14 | 37 | 13C | 3E | 1C |
| Octal | 163 | 33 | 134 | 0 | 115 | 24 | 67 | 474 | 76 | 34 |
| Binary | 1110011 | 11011 | 1011100 | 0 | 1001101 | 10100 | 110111 | 100111100 | 111110 | 11100 |
Color Harmonies of #731B5C
Complementary color
Monochromatic Colors of #731B5C
Black with #731B5C
Text Example
Text Example
White with #731B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B5C; }
p { color: rgb(115,27,92); }
H1.HeaderClassName
{
color: #731B5C;
}
.AnyTagClassName
{
color: #731B5C;
}
</style>
background-color css
<style>
a { background-color: #731B5C; }
a { background-color: rgb(115,27,92); }
div.DivClassName
{
background-color: #731B5C;
}
.BgClassName
{
background-color: #731B5C;
}
</style>
border-color css
<style>
span { border-color: #731B5C; }
span { border-color: rgb(115,27,92); }
td.TdClassName
{
border-color: #731B5C;
}
.TagClassName
{
border-color: #731B5C;
}
</style>