Shades of Hot Purple #530C57
Tints of Hot Purple #530C57
RGB
CMYK
RGB Variations
Color information
#530C57 (or 0x530C57) is known color: Hot Purple. HEX triplet: 53, 0C and 57. RGB value is (83,12,87). Sum of RGB (Red+Green+Blue) = 83+12+87=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #530C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C57 is #ACF3A8. Grayscale: #292929. Windows color (decimal): -11334569 or 5704787. OLE color: 5704787.
HSL color Cylindrical-coordinate representation of color #530C57: hue angle of 296.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C57 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 12 | 87 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.66 |
| HSL | 296.8º | 0.76% | 0.19% | - |
| HSV(B) | 296.8º | 0.86% | 0.34% | - |
| XYZ | 5.42 | 2.79 | 9.27 | - |
| YUV | 41.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 87 | 0.05 | 0.86 | 0 | 0.66 | 296.8 | 0.76 | 0.19 |
| Hex | 53 | C | 57 | 5 | 56 | 0 | 42 | 129 | 4C | 13 |
| Octal | 123 | 14 | 127 | 5 | 126 | 0 | 102 | 451 | 114 | 23 |
| Binary | 1010011 | 1100 | 1010111 | 101 | 1010110 | 0 | 1000010 | 100101001 | 1001100 | 10011 |
Color Harmonies of #530C57
Complementary color
Monochromatic Colors of #530C57
Black with #530C57
Text Example
Text Example
White with #530C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C57; }
p { color: rgb(83,12,87); }
H1.HeaderClassName
{
color: #530C57;
}
.AnyTagClassName
{
color: #530C57;
}
</style>
background-color css
<style>
a { background-color: #530C57; }
a { background-color: rgb(83,12,87); }
div.DivClassName
{
background-color: #530C57;
}
.BgClassName
{
background-color: #530C57;
}
</style>
border-color css
<style>
span { border-color: #530C57; }
span { border-color: rgb(83,12,87); }
td.TdClassName
{
border-color: #530C57;
}
.TagClassName
{
border-color: #530C57;
}
</style>