Shades of Hot Purple #53305C
Tints of Hot Purple #53305C
RGB
CMYK
RGB Variations
Color information
#53305C (or 0x53305C) is known color: Hot Purple. HEX triplet: 53, 30 and 5C. RGB value is (83,48,92). Sum of RGB (Red+Green+Blue) = 83+48+92=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #53305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53305C is #ACCFA3. Grayscale: #3F3F3F. Windows color (decimal): -11325348 or 6041683. OLE color: 6041683.
HSL color Cylindrical-coordinate representation of color #53305C: hue angle of 287.73º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53305C is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 48 | 92 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.64 |
| HSL | 287.73º | 0.31% | 0.27% | - |
| HSV(B) | 287.73º | 0.48% | 0.36% | - |
| XYZ | 6.56 | 4.73 | 10.69 | - |
| YUV | 63.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 92 | 0.10 | 0.48 | 0 | 0.64 | 287.73 | 0.31 | 0.27 |
| Hex | 53 | 30 | 5C | A | 30 | 0 | 40 | 120 | 1F | 1B |
| Octal | 123 | 60 | 134 | 12 | 60 | 0 | 100 | 440 | 37 | 33 |
| Binary | 1010011 | 110000 | 1011100 | 1010 | 110000 | 0 | 1000000 | 100100000 | 11111 | 11011 |
Color Harmonies of #53305C
Complementary color
Monochromatic Colors of #53305C
Black with #53305C
Text Example
Text Example
White with #53305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53305C; }
p { color: rgb(83,48,92); }
H1.HeaderClassName
{
color: #53305C;
}
.AnyTagClassName
{
color: #53305C;
}
</style>
background-color css
<style>
a { background-color: #53305C; }
a { background-color: rgb(83,48,92); }
div.DivClassName
{
background-color: #53305C;
}
.BgClassName
{
background-color: #53305C;
}
</style>
border-color css
<style>
span { border-color: #53305C; }
span { border-color: rgb(83,48,92); }
td.TdClassName
{
border-color: #53305C;
}
.TagClassName
{
border-color: #53305C;
}
</style>