Shades of Hot Purple #5B1F62
Tints of Hot Purple #5B1F62
RGB
CMYK
RGB Variations
Color information
#5B1F62 (or 0x5B1F62) is known color: Hot Purple. HEX triplet: 5B, 1F and 62. RGB value is (91,31,98). Sum of RGB (Red+Green+Blue) = 91+31+98=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B1F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1F62 is #A4E09D. Grayscale: #383838. Windows color (decimal): -10805406 or 6430555. OLE color: 6430555.
HSL color Cylindrical-coordinate representation of color #5B1F62: hue angle of 293.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B1F62 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 31 | 98 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.62 |
| HSL | 293.73º | 0.52% | 0.25% | - |
| HSV(B) | 293.73º | 0.68% | 0.38% | - |
| XYZ | 7.01 | 4.09 | 11.97 | - |
| YUV | 56.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 98 | 0.07 | 0.68 | 0 | 0.62 | 293.73 | 0.52 | 0.25 |
| Hex | 5B | 1F | 62 | 7 | 44 | 0 | 3E | 126 | 34 | 19 |
| Octal | 133 | 37 | 142 | 7 | 104 | 0 | 76 | 446 | 64 | 31 |
| Binary | 1011011 | 11111 | 1100010 | 111 | 1000100 | 0 | 111110 | 100100110 | 110100 | 11001 |
Color Harmonies of #5B1F62
Complementary color
Monochromatic Colors of #5B1F62
Black with #5B1F62
Text Example
Text Example
White with #5B1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F62; }
p { color: rgb(91,31,98); }
H1.HeaderClassName
{
color: #5B1F62;
}
.AnyTagClassName
{
color: #5B1F62;
}
</style>
background-color css
<style>
a { background-color: #5B1F62; }
a { background-color: rgb(91,31,98); }
div.DivClassName
{
background-color: #5B1F62;
}
.BgClassName
{
background-color: #5B1F62;
}
</style>
border-color css
<style>
span { border-color: #5B1F62; }
span { border-color: rgb(91,31,98); }
td.TdClassName
{
border-color: #5B1F62;
}
.TagClassName
{
border-color: #5B1F62;
}
</style>