Shades of Hot Purple #53175C
Tints of Hot Purple #53175C
RGB
CMYK
RGB Variations
Color information
#53175C (or 0x53175C) is known color: Hot Purple. HEX triplet: 53, 17 and 5C. RGB value is (83,23,92). Sum of RGB (Red+Green+Blue) = 83+23+92=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #53175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53175C is #ACE8A3. Grayscale: #303030. Windows color (decimal): -11331748 or 6035283. OLE color: 6035283.
HSL color Cylindrical-coordinate representation of color #53175C: hue angle of 292.17º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53175C is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 23 | 92 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.64 |
| HSL | 292.17º | 0.6% | 0.23% | - |
| HSV(B) | 292.17º | 0.75% | 0.36% | - |
| XYZ | 5.81 | 3.22 | 10.44 | - |
| YUV | 48.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 92 | 0.10 | 0.75 | 0 | 0.64 | 292.17 | 0.6 | 0.23 |
| Hex | 53 | 17 | 5C | A | 4B | 0 | 40 | 124 | 3C | 17 |
| Octal | 123 | 27 | 134 | 12 | 113 | 0 | 100 | 444 | 74 | 27 |
| Binary | 1010011 | 10111 | 1011100 | 1010 | 1001011 | 0 | 1000000 | 100100100 | 111100 | 10111 |
Color Harmonies of #53175C
Complementary color
Monochromatic Colors of #53175C
Black with #53175C
Text Example
Text Example
White with #53175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53175C; }
p { color: rgb(83,23,92); }
H1.HeaderClassName
{
color: #53175C;
}
.AnyTagClassName
{
color: #53175C;
}
</style>
background-color css
<style>
a { background-color: #53175C; }
a { background-color: rgb(83,23,92); }
div.DivClassName
{
background-color: #53175C;
}
.BgClassName
{
background-color: #53175C;
}
</style>
border-color css
<style>
span { border-color: #53175C; }
span { border-color: rgb(83,23,92); }
td.TdClassName
{
border-color: #53175C;
}
.TagClassName
{
border-color: #53175C;
}
</style>