Shades of Hot Purple #530D55
Tints of Hot Purple #530D55
RGB
CMYK
RGB Variations
Color information
#530D55 (or 0x530D55) is known color: Hot Purple. HEX triplet: 53, 0D and 55. RGB value is (83,13,85). Sum of RGB (Red+Green+Blue) = 83+13+85=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #530D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D55 is #ACF2AA. Grayscale: #292929. Windows color (decimal): -11334315 or 5573971. OLE color: 5573971.
HSL color Cylindrical-coordinate representation of color #530D55: hue angle of 298.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #530D55 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 85 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.67 |
| HSL | 298.33º | 0.73% | 0.19% | - |
| HSV(B) | 298.33º | 0.85% | 0.33% | - |
| XYZ | 5.35 | 2.78 | 8.85 | - |
| YUV | 42.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 85 | 0.02 | 0.85 | 0 | 0.67 | 298.33 | 0.73 | 0.19 |
| Hex | 53 | D | 55 | 2 | 55 | 0 | 43 | 12A | 49 | 13 |
| Octal | 123 | 15 | 125 | 2 | 125 | 0 | 103 | 452 | 111 | 23 |
| Binary | 1010011 | 1101 | 1010101 | 10 | 1010101 | 0 | 1000011 | 100101010 | 1001001 | 10011 |
Color Harmonies of #530D55
Complementary color
Monochromatic Colors of #530D55
Black with #530D55
Text Example
Text Example
White with #530D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D55; }
p { color: rgb(83,13,85); }
H1.HeaderClassName
{
color: #530D55;
}
.AnyTagClassName
{
color: #530D55;
}
</style>
background-color css
<style>
a { background-color: #530D55; }
a { background-color: rgb(83,13,85); }
div.DivClassName
{
background-color: #530D55;
}
.BgClassName
{
background-color: #530D55;
}
</style>
border-color css
<style>
span { border-color: #530D55; }
span { border-color: rgb(83,13,85); }
td.TdClassName
{
border-color: #530D55;
}
.TagClassName
{
border-color: #530D55;
}
</style>