Shades of Hot Purple #530954
Tints of Hot Purple #530954
RGB
CMYK
RGB Variations
Color information
#530954 (or 0x530954) is known color: Hot Purple. HEX triplet: 53, 09 and 54. RGB value is (83,9,84). Sum of RGB (Red+Green+Blue) = 83+9+84=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #530954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530954 is #ACF6AB. Grayscale: #272727. Windows color (decimal): -11335340 or 5507411. OLE color: 5507411.
HSL color Cylindrical-coordinate representation of color #530954: hue angle of 299.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530954 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 84 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.67 |
| HSL | 299.2º | 0.81% | 0.18% | - |
| HSV(B) | 299.2º | 0.89% | 0.33% | - |
| XYZ | 5.27 | 2.67 | 8.63 | - |
| YUV | 39.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 84 | 0.01 | 0.89 | 0 | 0.67 | 299.2 | 0.81 | 0.18 |
| Hex | 53 | 9 | 54 | 1 | 59 | 0 | 43 | 12B | 51 | 12 |
| Octal | 123 | 11 | 124 | 1 | 131 | 0 | 103 | 453 | 121 | 22 |
| Binary | 1010011 | 1001 | 1010100 | 1 | 1011001 | 0 | 1000011 | 100101011 | 1010001 | 10010 |
Color Harmonies of #530954
Complementary color
Monochromatic Colors of #530954
Black with #530954
Text Example
Text Example
White with #530954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530954; }
p { color: rgb(83,9,84); }
H1.HeaderClassName
{
color: #530954;
}
.AnyTagClassName
{
color: #530954;
}
</style>
background-color css
<style>
a { background-color: #530954; }
a { background-color: rgb(83,9,84); }
div.DivClassName
{
background-color: #530954;
}
.BgClassName
{
background-color: #530954;
}
</style>
border-color css
<style>
span { border-color: #530954; }
span { border-color: rgb(83,9,84); }
td.TdClassName
{
border-color: #530954;
}
.TagClassName
{
border-color: #530954;
}
</style>