Shades of Hot Purple #533154
Tints of Hot Purple #533154
RGB
CMYK
RGB Variations
Color information
#533154 (or 0x533154) is known color: Hot Purple. HEX triplet: 53, 31 and 54. RGB value is (83,49,84). Sum of RGB (Red+Green+Blue) = 83+49+84=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #533154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533154 is #ACCEAB. Grayscale: #3F3F3F. Windows color (decimal): -11325100 or 5517651. OLE color: 5517651.
HSL color Cylindrical-coordinate representation of color #533154: hue angle of 298.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533154 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 84 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.67 |
| HSL | 298.29º | 0.26% | 0.26% | - |
| HSV(B) | 298.29º | 0.42% | 0.33% | - |
| XYZ | 6.27 | 4.68 | 8.96 | - |
| YUV | 63.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 84 | 0.01 | 0.42 | 0 | 0.67 | 298.29 | 0.26 | 0.26 |
| Hex | 53 | 31 | 54 | 1 | 2A | 0 | 43 | 12A | 1A | 1A |
| Octal | 123 | 61 | 124 | 1 | 52 | 0 | 103 | 452 | 32 | 32 |
| Binary | 1010011 | 110001 | 1010100 | 1 | 101010 | 0 | 1000011 | 100101010 | 11010 | 11010 |
Color Harmonies of #533154
Complementary color
Monochromatic Colors of #533154
Black with #533154
Text Example
Text Example
White with #533154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533154; }
p { color: rgb(83,49,84); }
H1.HeaderClassName
{
color: #533154;
}
.AnyTagClassName
{
color: #533154;
}
</style>
background-color css
<style>
a { background-color: #533154; }
a { background-color: rgb(83,49,84); }
div.DivClassName
{
background-color: #533154;
}
.BgClassName
{
background-color: #533154;
}
</style>
border-color css
<style>
span { border-color: #533154; }
span { border-color: rgb(83,49,84); }
td.TdClassName
{
border-color: #533154;
}
.TagClassName
{
border-color: #533154;
}
</style>