Shades of Hot Purple #53275C
Tints of Hot Purple #53275C
RGB
CMYK
RGB Variations
Color information
#53275C (or 0x53275C) is known color: Hot Purple. HEX triplet: 53, 27 and 5C. RGB value is (83,39,92). Sum of RGB (Red+Green+Blue) = 83+39+92=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #53275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53275C is #ACD8A3. Grayscale: #3A3A3A. Windows color (decimal): -11327652 or 6039379. OLE color: 6039379.
HSL color Cylindrical-coordinate representation of color #53275C: hue angle of 289.81º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53275C is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 39 | 92 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.64 |
| HSL | 289.81º | 0.4% | 0.26% | - |
| HSV(B) | 289.81º | 0.58% | 0.36% | - |
| XYZ | 6.22 | 4.06 | 10.58 | - |
| YUV | 58.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 92 | 0.10 | 0.58 | 0 | 0.64 | 289.81 | 0.4 | 0.26 |
| Hex | 53 | 27 | 5C | A | 3A | 0 | 40 | 122 | 28 | 1A |
| Octal | 123 | 47 | 134 | 12 | 72 | 0 | 100 | 442 | 50 | 32 |
| Binary | 1010011 | 100111 | 1011100 | 1010 | 111010 | 0 | 1000000 | 100100010 | 101000 | 11010 |
Color Harmonies of #53275C
Complementary color
Monochromatic Colors of #53275C
Black with #53275C
Text Example
Text Example
White with #53275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53275C; }
p { color: rgb(83,39,92); }
H1.HeaderClassName
{
color: #53275C;
}
.AnyTagClassName
{
color: #53275C;
}
</style>
background-color css
<style>
a { background-color: #53275C; }
a { background-color: rgb(83,39,92); }
div.DivClassName
{
background-color: #53275C;
}
.BgClassName
{
background-color: #53275C;
}
</style>
border-color css
<style>
span { border-color: #53275C; }
span { border-color: rgb(83,39,92); }
td.TdClassName
{
border-color: #53275C;
}
.TagClassName
{
border-color: #53275C;
}
</style>