Shades of Hot Purple #530757
Tints of Hot Purple #530757
RGB
CMYK
RGB Variations
Color information
#530757 (or 0x530757) is known color: Hot Purple. HEX triplet: 53, 07 and 57. RGB value is (83,7,87). Sum of RGB (Red+Green+Blue) = 83+7+87=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #530757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530757 is #ACF8A8. Grayscale: #262626. Windows color (decimal): -11335849 or 5703507. OLE color: 5703507.
HSL color Cylindrical-coordinate representation of color #530757: hue angle of 297º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530757 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 7 | 87 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.66 |
| HSL | 297º | 0.85% | 0.18% | - |
| HSV(B) | 297º | 0.92% | 0.34% | - |
| XYZ | 5.36 | 2.68 | 9.25 | - |
| YUV | 38.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 87 | 0.05 | 0.92 | 0 | 0.66 | 297 | 0.85 | 0.18 |
| Hex | 53 | 7 | 57 | 5 | 5C | 0 | 42 | 129 | 55 | 12 |
| Octal | 123 | 7 | 127 | 5 | 134 | 0 | 102 | 451 | 125 | 22 |
| Binary | 1010011 | 111 | 1010111 | 101 | 1011100 | 0 | 1000010 | 100101001 | 1010101 | 10010 |
Color Harmonies of #530757
Complementary color
Monochromatic Colors of #530757
Black with #530757
Text Example
Text Example
White with #530757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530757; }
p { color: rgb(83,7,87); }
H1.HeaderClassName
{
color: #530757;
}
.AnyTagClassName
{
color: #530757;
}
</style>
background-color css
<style>
a { background-color: #530757; }
a { background-color: rgb(83,7,87); }
div.DivClassName
{
background-color: #530757;
}
.BgClassName
{
background-color: #530757;
}
</style>
border-color css
<style>
span { border-color: #530757; }
span { border-color: rgb(83,7,87); }
td.TdClassName
{
border-color: #530757;
}
.TagClassName
{
border-color: #530757;
}
</style>