Shades of Hot Purple #530858
Tints of Hot Purple #530858
RGB
CMYK
RGB Variations
Color information
#530858 (or 0x530858) is known color: Hot Purple. HEX triplet: 53, 08 and 58. RGB value is (83,8,88). Sum of RGB (Red+Green+Blue) = 83+8+88=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #530858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530858 is #ACF7A7. Grayscale: #272727. Windows color (decimal): -11335592 or 5769299. OLE color: 5769299.
HSL color Cylindrical-coordinate representation of color #530858: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530858 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 8 | 88 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.65 |
| HSL | 296.25º | 0.83% | 0.19% | - |
| HSV(B) | 296.25º | 0.91% | 0.35% | - |
| XYZ | 5.42 | 2.72 | 9.47 | - |
| YUV | 39.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 88 | 0.06 | 0.91 | 0 | 0.65 | 296.25 | 0.83 | 0.19 |
| Hex | 53 | 8 | 58 | 6 | 5B | 0 | 41 | 128 | 53 | 13 |
| Octal | 123 | 10 | 130 | 6 | 133 | 0 | 101 | 450 | 123 | 23 |
| Binary | 1010011 | 1000 | 1011000 | 110 | 1011011 | 0 | 1000001 | 100101000 | 1010011 | 10011 |
Color Harmonies of #530858
Complementary color
Monochromatic Colors of #530858
Black with #530858
Text Example
Text Example
White with #530858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530858; }
p { color: rgb(83,8,88); }
H1.HeaderClassName
{
color: #530858;
}
.AnyTagClassName
{
color: #530858;
}
</style>
background-color css
<style>
a { background-color: #530858; }
a { background-color: rgb(83,8,88); }
div.DivClassName
{
background-color: #530858;
}
.BgClassName
{
background-color: #530858;
}
</style>
border-color css
<style>
span { border-color: #530858; }
span { border-color: rgb(83,8,88); }
td.TdClassName
{
border-color: #530858;
}
.TagClassName
{
border-color: #530858;
}
</style>