Shades of Palatinate Purple #740B5B
Tints of Palatinate Purple #740B5B
RGB
CMYK
RGB Variations
Color information
#740B5B (or 0x740B5B) is known color: Palatinate Purple. HEX triplet: 74, 0B and 5B. RGB value is (116,11,91). Sum of RGB (Red+Green+Blue) = 116+11+91=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B5B is #8BF4A4. Grayscale: #333333. Windows color (decimal): -9172133 or 5966708. OLE color: 5966708.
HSL color Cylindrical-coordinate representation of color #740B5B: hue angle of 314.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B5B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 91 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.55 |
| HSL | 314.29º | 0.83% | 0.25% | - |
| HSV(B) | 314.29º | 0.91% | 0.45% | - |
| XYZ | 9.21 | 4.71 | 10.32 | - |
| YUV | 51.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 91 | 0 | 0.91 | 0.22 | 0.55 | 314.29 | 0.83 | 0.25 |
| Hex | 74 | B | 5B | 0 | 5B | 16 | 37 | 13A | 53 | 19 |
| Octal | 164 | 13 | 133 | 0 | 133 | 26 | 67 | 472 | 123 | 31 |
| Binary | 1110100 | 1011 | 1011011 | 0 | 1011011 | 10110 | 110111 | 100111010 | 1010011 | 11001 |
Color Harmonies of #740B5B
Complementary color
Monochromatic Colors of #740B5B
Black with #740B5B
Text Example
Text Example
White with #740B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B5B; }
p { color: rgb(116,11,91); }
H1.HeaderClassName
{
color: #740B5B;
}
.AnyTagClassName
{
color: #740B5B;
}
</style>
background-color css
<style>
a { background-color: #740B5B; }
a { background-color: rgb(116,11,91); }
div.DivClassName
{
background-color: #740B5B;
}
.BgClassName
{
background-color: #740B5B;
}
</style>
border-color css
<style>
span { border-color: #740B5B; }
span { border-color: rgb(116,11,91); }
td.TdClassName
{
border-color: #740B5B;
}
.TagClassName
{
border-color: #740B5B;
}
</style>