Shades of Hot Purple #53385B
Tints of Hot Purple #53385B
RGB
CMYK
RGB Variations
Color information
#53385B (or 0x53385B) is known color: Hot Purple. HEX triplet: 53, 38 and 5B. RGB value is (83,56,91). Sum of RGB (Red+Green+Blue) = 83+56+91=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #53385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53385B is #ACC7A4. Grayscale: #434343. Windows color (decimal): -11323301 or 5978195. OLE color: 5978195.
HSL color Cylindrical-coordinate representation of color #53385B: hue angle of 286.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53385B is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 56 | 91 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.64 |
| HSL | 286.29º | 0.24% | 0.29% | - |
| HSV(B) | 286.29º | 0.38% | 0.36% | - |
| XYZ | 6.87 | 5.42 | 10.58 | - |
| YUV | 68.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 91 | 0.09 | 0.38 | 0 | 0.64 | 286.29 | 0.24 | 0.29 |
| Hex | 53 | 38 | 5B | 9 | 26 | 0 | 40 | 11E | 18 | 1D |
| Octal | 123 | 70 | 133 | 11 | 46 | 0 | 100 | 436 | 30 | 35 |
| Binary | 1010011 | 111000 | 1011011 | 1001 | 100110 | 0 | 1000000 | 100011110 | 11000 | 11101 |
Color Harmonies of #53385B
Complementary color
Monochromatic Colors of #53385B
Black with #53385B
Text Example
Text Example
White with #53385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53385B; }
p { color: rgb(83,56,91); }
H1.HeaderClassName
{
color: #53385B;
}
.AnyTagClassName
{
color: #53385B;
}
</style>
background-color css
<style>
a { background-color: #53385B; }
a { background-color: rgb(83,56,91); }
div.DivClassName
{
background-color: #53385B;
}
.BgClassName
{
background-color: #53385B;
}
</style>
border-color css
<style>
span { border-color: #53385B; }
span { border-color: rgb(83,56,91); }
td.TdClassName
{
border-color: #53385B;
}
.TagClassName
{
border-color: #53385B;
}
</style>