Shades of Hot Purple #530055
Tints of Hot Purple #530055
RGB
CMYK
RGB Variations
Color information
#530055 (or 0x530055) is known color: Hot Purple. HEX triplet: 53, 00 and 55. RGB value is (83,0,85). Sum of RGB (Red+Green+Blue) = 83+0+85=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #530055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530055 is #ACFFAA. Grayscale: #222222. Windows color (decimal): -11337643 or 5570643. OLE color: 5570643.
HSL color Cylindrical-coordinate representation of color #530055: hue angle of 298.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530055 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 85 | - |
| CMYK | 0.02 | 1 | 0 | 0.67 |
| HSL | 298.59º | 1% | 0.17% | - |
| HSV(B) | 298.59º | 1% | 0.33% | - |
| XYZ | 5.21 | 2.49 | 8.8 | - |
| YUV | 34.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 85 | 0.02 | 1 | 0 | 0.67 | 298.59 | 1 | 0.17 |
| Hex | 53 | 0 | 55 | 2 | 64 | 0 | 43 | 12B | 64 | 11 |
| Octal | 123 | 0 | 125 | 2 | 144 | 0 | 103 | 453 | 144 | 21 |
| Binary | 1010011 | 0 | 1010101 | 10 | 1100100 | 0 | 1000011 | 100101011 | 1100100 | 10001 |
Color Harmonies of #530055
Complementary color
Monochromatic Colors of #530055
Black with #530055
Text Example
Text Example
White with #530055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530055; }
p { color: rgb(83,0,85); }
H1.HeaderClassName
{
color: #530055;
}
.AnyTagClassName
{
color: #530055;
}
</style>
background-color css
<style>
a { background-color: #530055; }
a { background-color: rgb(83,0,85); }
div.DivClassName
{
background-color: #530055;
}
.BgClassName
{
background-color: #530055;
}
</style>
border-color css
<style>
span { border-color: #530055; }
span { border-color: rgb(83,0,85); }
td.TdClassName
{
border-color: #530055;
}
.TagClassName
{
border-color: #530055;
}
</style>