Shades of Hot Purple #530E5A
Tints of Hot Purple #530E5A
RGB
CMYK
RGB Variations
Color information
#530E5A (or 0x530E5A) is known color: Hot Purple. HEX triplet: 53, 0E and 5A. RGB value is (83,14,90). Sum of RGB (Red+Green+Blue) = 83+14+90=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #530E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E5A is #ACF1A5. Grayscale: #2B2B2B. Windows color (decimal): -11334054 or 5901907. OLE color: 5901907.
HSL color Cylindrical-coordinate representation of color #530E5A: hue angle of 294.47º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530E5A is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 14 | 90 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.65 |
| HSL | 294.47º | 0.73% | 0.2% | - |
| HSV(B) | 294.47º | 0.84% | 0.35% | - |
| XYZ | 5.57 | 2.89 | 9.94 | - |
| YUV | 43.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 90 | 0.08 | 0.84 | 0 | 0.65 | 294.47 | 0.73 | 0.2 |
| Hex | 53 | E | 5A | 8 | 54 | 0 | 41 | 126 | 49 | 14 |
| Octal | 123 | 16 | 132 | 10 | 124 | 0 | 101 | 446 | 111 | 24 |
| Binary | 1010011 | 1110 | 1011010 | 1000 | 1010100 | 0 | 1000001 | 100100110 | 1001001 | 10100 |
Color Harmonies of #530E5A
Complementary color
Monochromatic Colors of #530E5A
Black with #530E5A
Text Example
Text Example
White with #530E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E5A; }
p { color: rgb(83,14,90); }
H1.HeaderClassName
{
color: #530E5A;
}
.AnyTagClassName
{
color: #530E5A;
}
</style>
background-color css
<style>
a { background-color: #530E5A; }
a { background-color: rgb(83,14,90); }
div.DivClassName
{
background-color: #530E5A;
}
.BgClassName
{
background-color: #530E5A;
}
</style>
border-color css
<style>
span { border-color: #530E5A; }
span { border-color: rgb(83,14,90); }
td.TdClassName
{
border-color: #530E5A;
}
.TagClassName
{
border-color: #530E5A;
}
</style>