Shades of Hot Purple #530354
Tints of Hot Purple #530354
RGB
CMYK
RGB Variations
Color information
#530354 (or 0x530354) is known color: Hot Purple. HEX triplet: 53, 03 and 54. RGB value is (83,3,84). Sum of RGB (Red+Green+Blue) = 83+3+84=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #530354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530354 is #ACFCAB. Grayscale: #232323. Windows color (decimal): -11336876 or 5505875. OLE color: 5505875.
HSL color Cylindrical-coordinate representation of color #530354: hue angle of 299.26º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530354 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 84 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.67 |
| HSL | 299.26º | 0.93% | 0.17% | - |
| HSV(B) | 299.26º | 0.96% | 0.33% | - |
| XYZ | 5.2 | 2.54 | 8.6 | - |
| YUV | 36.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 84 | 0.01 | 0.96 | 0 | 0.67 | 299.26 | 0.93 | 0.17 |
| Hex | 53 | 3 | 54 | 1 | 60 | 0 | 43 | 12B | 5D | 11 |
| Octal | 123 | 3 | 124 | 1 | 140 | 0 | 103 | 453 | 135 | 21 |
| Binary | 1010011 | 11 | 1010100 | 1 | 1100000 | 0 | 1000011 | 100101011 | 1011101 | 10001 |
Color Harmonies of #530354
Complementary color
Monochromatic Colors of #530354
Black with #530354
Text Example
Text Example
White with #530354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530354; }
p { color: rgb(83,3,84); }
H1.HeaderClassName
{
color: #530354;
}
.AnyTagClassName
{
color: #530354;
}
</style>
background-color css
<style>
a { background-color: #530354; }
a { background-color: rgb(83,3,84); }
div.DivClassName
{
background-color: #530354;
}
.BgClassName
{
background-color: #530354;
}
</style>
border-color css
<style>
span { border-color: #530354; }
span { border-color: rgb(83,3,84); }
td.TdClassName
{
border-color: #530354;
}
.TagClassName
{
border-color: #530354;
}
</style>