Shades of Hot Purple #530352
Tints of Hot Purple #530352
RGB
CMYK
RGB Variations
Color information
#530352 (or 0x530352) is known color: Hot Purple. HEX triplet: 53, 03 and 52. RGB value is (83,3,82). Sum of RGB (Red+Green+Blue) = 83+3+82=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530352 is #ACFCAD. Grayscale: #232323. Windows color (decimal): -11336878 or 5374803. OLE color: 5374803.
HSL color Cylindrical-coordinate representation of color #530352: hue angle of 300.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530352 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 82 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.67 |
| HSL | 300.75º | 0.93% | 0.17% | - |
| HSV(B) | 300.75º | 0.96% | 0.33% | - |
| XYZ | 5.12 | 2.51 | 8.2 | - |
| YUV | 35.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 82 | 0 | 0.96 | 0.01 | 0.67 | 300.75 | 0.93 | 0.17 |
| Hex | 53 | 3 | 52 | 0 | 60 | 1 | 43 | 12D | 5D | 11 |
| Octal | 123 | 3 | 122 | 0 | 140 | 1 | 103 | 455 | 135 | 21 |
| Binary | 1010011 | 11 | 1010010 | 0 | 1100000 | 1 | 1000011 | 100101101 | 1011101 | 10001 |
Color Harmonies of #530352
Complementary color
Monochromatic Colors of #530352
Black with #530352
Text Example
Text Example
White with #530352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530352; }
p { color: rgb(83,3,82); }
H1.HeaderClassName
{
color: #530352;
}
.AnyTagClassName
{
color: #530352;
}
</style>
background-color css
<style>
a { background-color: #530352; }
a { background-color: rgb(83,3,82); }
div.DivClassName
{
background-color: #530352;
}
.BgClassName
{
background-color: #530352;
}
</style>
border-color css
<style>
span { border-color: #530352; }
span { border-color: rgb(83,3,82); }
td.TdClassName
{
border-color: #530352;
}
.TagClassName
{
border-color: #530352;
}
</style>