Shades of Hot Purple #53175A
Tints of Hot Purple #53175A
RGB
CMYK
RGB Variations
Color information
#53175A (or 0x53175A) is known color: Hot Purple. HEX triplet: 53, 17 and 5A. RGB value is (83,23,90). Sum of RGB (Red+Green+Blue) = 83+23+90=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #53175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53175A is #ACE8A5. Grayscale: #303030. Windows color (decimal): -11331750 or 5904211. OLE color: 5904211.
HSL color Cylindrical-coordinate representation of color #53175A: hue angle of 293.73º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53175A is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 23 | 90 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.65 |
| HSL | 293.73º | 0.59% | 0.22% | - |
| HSV(B) | 293.73º | 0.74% | 0.35% | - |
| XYZ | 5.72 | 3.19 | 9.99 | - |
| YUV | 48.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 90 | 0.08 | 0.74 | 0 | 0.65 | 293.73 | 0.59 | 0.22 |
| Hex | 53 | 17 | 5A | 8 | 4A | 0 | 41 | 126 | 3B | 16 |
| Octal | 123 | 27 | 132 | 10 | 112 | 0 | 101 | 446 | 73 | 26 |
| Binary | 1010011 | 10111 | 1011010 | 1000 | 1001010 | 0 | 1000001 | 100100110 | 111011 | 10110 |
Color Harmonies of #53175A
Complementary color
Monochromatic Colors of #53175A
Black with #53175A
Text Example
Text Example
White with #53175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53175A; }
p { color: rgb(83,23,90); }
H1.HeaderClassName
{
color: #53175A;
}
.AnyTagClassName
{
color: #53175A;
}
</style>
background-color css
<style>
a { background-color: #53175A; }
a { background-color: rgb(83,23,90); }
div.DivClassName
{
background-color: #53175A;
}
.BgClassName
{
background-color: #53175A;
}
</style>
border-color css
<style>
span { border-color: #53175A; }
span { border-color: rgb(83,23,90); }
td.TdClassName
{
border-color: #53175A;
}
.TagClassName
{
border-color: #53175A;
}
</style>