Shades of Hot Purple #530A55
Tints of Hot Purple #530A55
RGB
CMYK
RGB Variations
Color information
#530A55 (or 0x530A55) is known color: Hot Purple. HEX triplet: 53, 0A and 55. RGB value is (83,10,85). Sum of RGB (Red+Green+Blue) = 83+10+85=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #530A55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A55 is #ACF5AA. Grayscale: #282828. Windows color (decimal): -11335083 or 5573203. OLE color: 5573203.
HSL color Cylindrical-coordinate representation of color #530A55: hue angle of 298.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A55 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 85 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.67 |
| HSL | 298.4º | 0.79% | 0.19% | - |
| HSV(B) | 298.4º | 0.88% | 0.33% | - |
| XYZ | 5.32 | 2.71 | 8.84 | - |
| YUV | 40.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 85 | 0.02 | 0.88 | 0 | 0.67 | 298.4 | 0.79 | 0.19 |
| Hex | 53 | A | 55 | 2 | 58 | 0 | 43 | 12A | 4F | 13 |
| Octal | 123 | 12 | 125 | 2 | 130 | 0 | 103 | 452 | 117 | 23 |
| Binary | 1010011 | 1010 | 1010101 | 10 | 1011000 | 0 | 1000011 | 100101010 | 1001111 | 10011 |
Color Harmonies of #530A55
Complementary color
Monochromatic Colors of #530A55
Black with #530A55
Text Example
Text Example
White with #530A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A55; }
p { color: rgb(83,10,85); }
H1.HeaderClassName
{
color: #530A55;
}
.AnyTagClassName
{
color: #530A55;
}
</style>
background-color css
<style>
a { background-color: #530A55; }
a { background-color: rgb(83,10,85); }
div.DivClassName
{
background-color: #530A55;
}
.BgClassName
{
background-color: #530A55;
}
</style>
border-color css
<style>
span { border-color: #530A55; }
span { border-color: rgb(83,10,85); }
td.TdClassName
{
border-color: #530A55;
}
.TagClassName
{
border-color: #530A55;
}
</style>