Shades of Hot Purple #530054
Tints of Hot Purple #530054
RGB
CMYK
RGB Variations
Color information
#530054 (or 0x530054) is known color: Hot Purple. HEX triplet: 53, 00 and 54. RGB value is (83,0,84). Sum of RGB (Red+Green+Blue) = 83+0+84=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #530054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530054 is #ACFFAB. Grayscale: #222222. Windows color (decimal): -11337644 or 5505107. OLE color: 5505107.
HSL color Cylindrical-coordinate representation of color #530054: hue angle of 299.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530054 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 84 | - |
| CMYK | 0.01 | 1 | 0 | 0.67 |
| HSL | 299.29º | 1% | 0.16% | - |
| HSV(B) | 299.29º | 1% | 0.33% | - |
| XYZ | 5.17 | 2.48 | 8.59 | - |
| YUV | 34.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 84 | 0.01 | 1 | 0 | 0.67 | 299.29 | 1 | 0.16 |
| Hex | 53 | 0 | 54 | 1 | 64 | 0 | 43 | 12B | 64 | 10 |
| Octal | 123 | 0 | 124 | 1 | 144 | 0 | 103 | 453 | 144 | 20 |
| Binary | 1010011 | 0 | 1010100 | 1 | 1100100 | 0 | 1000011 | 100101011 | 1100100 | 10000 |
Color Harmonies of #530054
Complementary color
Monochromatic Colors of #530054
Black with #530054
Text Example
Text Example
White with #530054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530054; }
p { color: rgb(83,0,84); }
H1.HeaderClassName
{
color: #530054;
}
.AnyTagClassName
{
color: #530054;
}
</style>
background-color css
<style>
a { background-color: #530054; }
a { background-color: rgb(83,0,84); }
div.DivClassName
{
background-color: #530054;
}
.BgClassName
{
background-color: #530054;
}
</style>
border-color css
<style>
span { border-color: #530054; }
span { border-color: rgb(83,0,84); }
td.TdClassName
{
border-color: #530054;
}
.TagClassName
{
border-color: #530054;
}
</style>