Shades of Hot Purple #5B385D
Tints of Hot Purple #5B385D
RGB
CMYK
RGB Variations
Color information
#5B385D (or 0x5B385D) is known color: Hot Purple. HEX triplet: 5B, 38 and 5D. RGB value is (91,56,93). Sum of RGB (Red+Green+Blue) = 91+56+93=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B385D is #A4C7A2. Grayscale: #464646. Windows color (decimal): -10799011 or 6109275. OLE color: 6109275.
HSL color Cylindrical-coordinate representation of color #5B385D: hue angle of 296.76º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B385D is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 93 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.64 |
| HSL | 296.76º | 0.25% | 0.29% | - |
| HSV(B) | 296.76º | 0.4% | 0.36% | - |
| XYZ | 7.7 | 5.84 | 11.08 | - |
| YUV | 70.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 93 | 0.02 | 0.40 | 0 | 0.64 | 296.76 | 0.25 | 0.29 |
| Hex | 5B | 38 | 5D | 2 | 28 | 0 | 40 | 129 | 19 | 1D |
| Octal | 133 | 70 | 135 | 2 | 50 | 0 | 100 | 451 | 31 | 35 |
| Binary | 1011011 | 111000 | 1011101 | 10 | 101000 | 0 | 1000000 | 100101001 | 11001 | 11101 |
Color Harmonies of #5B385D
Complementary color
Monochromatic Colors of #5B385D
Black with #5B385D
Text Example
Text Example
White with #5B385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B385D; }
p { color: rgb(91,56,93); }
H1.HeaderClassName
{
color: #5B385D;
}
.AnyTagClassName
{
color: #5B385D;
}
</style>
background-color css
<style>
a { background-color: #5B385D; }
a { background-color: rgb(91,56,93); }
div.DivClassName
{
background-color: #5B385D;
}
.BgClassName
{
background-color: #5B385D;
}
</style>
border-color css
<style>
span { border-color: #5B385D; }
span { border-color: rgb(91,56,93); }
td.TdClassName
{
border-color: #5B385D;
}
.TagClassName
{
border-color: #5B385D;
}
</style>