Shades of Hot Purple #530962
Tints of Hot Purple #530962
RGB
CMYK
RGB Variations
Color information
#530962 (or 0x530962) is known color: Hot Purple. HEX triplet: 53, 09 and 62. RGB value is (83,9,98). Sum of RGB (Red+Green+Blue) = 83+9+98=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #530962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530962 is #ACF69D. Grayscale: #282828. Windows color (decimal): -11335326 or 6424915. OLE color: 6424915.
HSL color Cylindrical-coordinate representation of color #530962: hue angle of 289.89º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530962 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 9 | 98 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.62 |
| HSL | 289.89º | 0.83% | 0.21% | - |
| HSV(B) | 289.89º | 0.91% | 0.38% | - |
| XYZ | 5.87 | 2.92 | 11.81 | - |
| YUV | 41.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 98 | 0.15 | 0.91 | 0 | 0.62 | 289.89 | 0.83 | 0.21 |
| Hex | 53 | 9 | 62 | F | 5B | 0 | 3E | 122 | 53 | 15 |
| Octal | 123 | 11 | 142 | 17 | 133 | 0 | 76 | 442 | 123 | 25 |
| Binary | 1010011 | 1001 | 1100010 | 1111 | 1011011 | 0 | 111110 | 100100010 | 1010011 | 10101 |
Color Harmonies of #530962
Complementary color
Monochromatic Colors of #530962
Black with #530962
Text Example
Text Example
White with #530962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530962; }
p { color: rgb(83,9,98); }
H1.HeaderClassName
{
color: #530962;
}
.AnyTagClassName
{
color: #530962;
}
</style>
background-color css
<style>
a { background-color: #530962; }
a { background-color: rgb(83,9,98); }
div.DivClassName
{
background-color: #530962;
}
.BgClassName
{
background-color: #530962;
}
</style>
border-color css
<style>
span { border-color: #530962; }
span { border-color: rgb(83,9,98); }
td.TdClassName
{
border-color: #530962;
}
.TagClassName
{
border-color: #530962;
}
</style>