Shades of Hot Purple #530555
Tints of Hot Purple #530555
RGB
CMYK
RGB Variations
Color information
#530555 (or 0x530555) is known color: Hot Purple. HEX triplet: 53, 05 and 55. RGB value is (83,5,85). Sum of RGB (Red+Green+Blue) = 83+5+85=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #530555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530555 is #ACFAAA. Grayscale: #252525. Windows color (decimal): -11336363 or 5571923. OLE color: 5571923.
HSL color Cylindrical-coordinate representation of color #530555: hue angle of 298.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530555 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 85 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.67 |
| HSL | 298.5º | 0.89% | 0.18% | - |
| HSV(B) | 298.5º | 0.94% | 0.33% | - |
| XYZ | 5.26 | 2.6 | 8.82 | - |
| YUV | 37.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 85 | 0.02 | 0.94 | 0 | 0.67 | 298.5 | 0.89 | 0.18 |
| Hex | 53 | 5 | 55 | 2 | 5E | 0 | 43 | 12A | 59 | 12 |
| Octal | 123 | 5 | 125 | 2 | 136 | 0 | 103 | 452 | 131 | 22 |
| Binary | 1010011 | 101 | 1010101 | 10 | 1011110 | 0 | 1000011 | 100101010 | 1011001 | 10010 |
Color Harmonies of #530555
Complementary color
Monochromatic Colors of #530555
Black with #530555
Text Example
Text Example
White with #530555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530555; }
p { color: rgb(83,5,85); }
H1.HeaderClassName
{
color: #530555;
}
.AnyTagClassName
{
color: #530555;
}
</style>
background-color css
<style>
a { background-color: #530555; }
a { background-color: rgb(83,5,85); }
div.DivClassName
{
background-color: #530555;
}
.BgClassName
{
background-color: #530555;
}
</style>
border-color css
<style>
span { border-color: #530555; }
span { border-color: rgb(83,5,85); }
td.TdClassName
{
border-color: #530555;
}
.TagClassName
{
border-color: #530555;
}
</style>