Shades of Hot Purple #521A4E
Tints of Hot Purple #521A4E
RGB
CMYK
RGB Variations
Color information
#521A4E (or 0x521A4E) is known color: Hot Purple. HEX triplet: 52, 1A and 4E. RGB value is (82,26,78). Sum of RGB (Red+Green+Blue) = 82+26+78=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #521A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A4E is #ADE5B1. Grayscale: #303030. Windows color (decimal): -11396530 or 5118546. OLE color: 5118546.
HSL color Cylindrical-coordinate representation of color #521A4E: hue angle of 304.29º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A4E is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 78 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.68 |
| HSL | 304.29º | 0.52% | 0.21% | - |
| HSV(B) | 304.29º | 0.68% | 0.32% | - |
| XYZ | 5.22 | 3.08 | 7.53 | - |
| YUV | 48.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 78 | 0 | 0.68 | 0.05 | 0.68 | 304.29 | 0.52 | 0.21 |
| Hex | 52 | 1A | 4E | 0 | 44 | 5 | 44 | 130 | 34 | 15 |
| Octal | 122 | 32 | 116 | 0 | 104 | 5 | 104 | 460 | 64 | 25 |
| Binary | 1010010 | 11010 | 1001110 | 0 | 1000100 | 101 | 1000100 | 100110000 | 110100 | 10101 |
Color Harmonies of #521A4E
Complementary color
Monochromatic Colors of #521A4E
Black with #521A4E
Text Example
Text Example
White with #521A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A4E; }
p { color: rgb(82,26,78); }
H1.HeaderClassName
{
color: #521A4E;
}
.AnyTagClassName
{
color: #521A4E;
}
</style>
background-color css
<style>
a { background-color: #521A4E; }
a { background-color: rgb(82,26,78); }
div.DivClassName
{
background-color: #521A4E;
}
.BgClassName
{
background-color: #521A4E;
}
</style>
border-color css
<style>
span { border-color: #521A4E; }
span { border-color: rgb(82,26,78); }
td.TdClassName
{
border-color: #521A4E;
}
.TagClassName
{
border-color: #521A4E;
}
</style>