Shades of Hot Purple #530F60
Tints of Hot Purple #530F60
RGB
CMYK
RGB Variations
Color information
#530F60 (or 0x530F60) is known color: Hot Purple. HEX triplet: 53, 0F and 60. RGB value is (83,15,96). Sum of RGB (Red+Green+Blue) = 83+15+96=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #530F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F60 is #ACF09F. Grayscale: #2C2C2C. Windows color (decimal): -11333792 or 6295379. OLE color: 6295379.
HSL color Cylindrical-coordinate representation of color #530F60: hue angle of 290.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530F60 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 15 | 96 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.62 |
| HSL | 290.37º | 0.73% | 0.22% | - |
| HSV(B) | 290.37º | 0.84% | 0.38% | - |
| XYZ | 5.85 | 3.03 | 11.34 | - |
| YUV | 44.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 96 | 0.14 | 0.84 | 0 | 0.62 | 290.37 | 0.73 | 0.22 |
| Hex | 53 | F | 60 | E | 54 | 0 | 3E | 122 | 49 | 16 |
| Octal | 123 | 17 | 140 | 16 | 124 | 0 | 76 | 442 | 111 | 26 |
| Binary | 1010011 | 1111 | 1100000 | 1110 | 1010100 | 0 | 111110 | 100100010 | 1001001 | 10110 |
Color Harmonies of #530F60
Complementary color
Monochromatic Colors of #530F60
Black with #530F60
Text Example
Text Example
White with #530F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F60; }
p { color: rgb(83,15,96); }
H1.HeaderClassName
{
color: #530F60;
}
.AnyTagClassName
{
color: #530F60;
}
</style>
background-color css
<style>
a { background-color: #530F60; }
a { background-color: rgb(83,15,96); }
div.DivClassName
{
background-color: #530F60;
}
.BgClassName
{
background-color: #530F60;
}
</style>
border-color css
<style>
span { border-color: #530F60; }
span { border-color: rgb(83,15,96); }
td.TdClassName
{
border-color: #530F60;
}
.TagClassName
{
border-color: #530F60;
}
</style>