Shades of Hot Purple #53365B
Tints of Hot Purple #53365B
RGB
CMYK
RGB Variations
Color information
#53365B (or 0x53365B) is known color: Hot Purple. HEX triplet: 53, 36 and 5B. RGB value is (83,54,91). Sum of RGB (Red+Green+Blue) = 83+54+91=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #53365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53365B is #ACC9A4. Grayscale: #424242. Windows color (decimal): -11323813 or 5977683. OLE color: 5977683.
HSL color Cylindrical-coordinate representation of color #53365B: hue angle of 287.03º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53365B is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 54 | 91 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.64 |
| HSL | 287.03º | 0.26% | 0.28% | - |
| HSV(B) | 287.03º | 0.41% | 0.36% | - |
| XYZ | 6.77 | 5.23 | 10.55 | - |
| YUV | 66.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 91 | 0.09 | 0.41 | 0 | 0.64 | 287.03 | 0.26 | 0.28 |
| Hex | 53 | 36 | 5B | 9 | 29 | 0 | 40 | 11F | 1A | 1C |
| Octal | 123 | 66 | 133 | 11 | 51 | 0 | 100 | 437 | 32 | 34 |
| Binary | 1010011 | 110110 | 1011011 | 1001 | 101001 | 0 | 1000000 | 100011111 | 11010 | 11100 |
Color Harmonies of #53365B
Complementary color
Monochromatic Colors of #53365B
Black with #53365B
Text Example
Text Example
White with #53365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53365B; }
p { color: rgb(83,54,91); }
H1.HeaderClassName
{
color: #53365B;
}
.AnyTagClassName
{
color: #53365B;
}
</style>
background-color css
<style>
a { background-color: #53365B; }
a { background-color: rgb(83,54,91); }
div.DivClassName
{
background-color: #53365B;
}
.BgClassName
{
background-color: #53365B;
}
</style>
border-color css
<style>
span { border-color: #53365B; }
span { border-color: rgb(83,54,91); }
td.TdClassName
{
border-color: #53365B;
}
.TagClassName
{
border-color: #53365B;
}
</style>