Shades of Hot Purple #530752
Tints of Hot Purple #530752
RGB
CMYK
RGB Variations
Color information
#530752 (or 0x530752) is known color: Hot Purple. HEX triplet: 53, 07 and 52. RGB value is (83,7,82). Sum of RGB (Red+Green+Blue) = 83+7+82=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530752 is #ACF8AD. Grayscale: #262626. Windows color (decimal): -11335854 or 5375827. OLE color: 5375827.
HSL color Cylindrical-coordinate representation of color #530752: hue angle of 300.79º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530752 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 82 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.67 |
| HSL | 300.79º | 0.84% | 0.18% | - |
| HSV(B) | 300.79º | 0.92% | 0.33% | - |
| XYZ | 5.17 | 2.6 | 8.21 | - |
| YUV | 38.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 82 | 0 | 0.92 | 0.01 | 0.67 | 300.79 | 0.84 | 0.18 |
| Hex | 53 | 7 | 52 | 0 | 5C | 1 | 43 | 12D | 54 | 12 |
| Octal | 123 | 7 | 122 | 0 | 134 | 1 | 103 | 455 | 124 | 22 |
| Binary | 1010011 | 111 | 1010010 | 0 | 1011100 | 1 | 1000011 | 100101101 | 1010100 | 10010 |
Color Harmonies of #530752
Complementary color
Monochromatic Colors of #530752
Black with #530752
Text Example
Text Example
White with #530752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530752; }
p { color: rgb(83,7,82); }
H1.HeaderClassName
{
color: #530752;
}
.AnyTagClassName
{
color: #530752;
}
</style>
background-color css
<style>
a { background-color: #530752; }
a { background-color: rgb(83,7,82); }
div.DivClassName
{
background-color: #530752;
}
.BgClassName
{
background-color: #530752;
}
</style>
border-color css
<style>
span { border-color: #530752; }
span { border-color: rgb(83,7,82); }
td.TdClassName
{
border-color: #530752;
}
.TagClassName
{
border-color: #530752;
}
</style>