Shades of Hot Purple #521B4E
Tints of Hot Purple #521B4E
RGB
CMYK
RGB Variations
Color information
#521B4E (or 0x521B4E) is known color: Hot Purple. HEX triplet: 52, 1B and 4E. RGB value is (82,27,78). Sum of RGB (Red+Green+Blue) = 82+27+78=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #521B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B4E is #ADE4B1. Grayscale: #313131. Windows color (decimal): -11396274 or 5118802. OLE color: 5118802.
HSL color Cylindrical-coordinate representation of color #521B4E: hue angle of 304.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B4E is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 78 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.68 |
| HSL | 304.36º | 0.5% | 0.21% | - |
| HSV(B) | 304.36º | 0.67% | 0.32% | - |
| XYZ | 5.25 | 3.13 | 7.53 | - |
| YUV | 49.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 78 | 0 | 0.67 | 0.05 | 0.68 | 304.36 | 0.5 | 0.21 |
| Hex | 52 | 1B | 4E | 0 | 43 | 5 | 44 | 130 | 32 | 15 |
| Octal | 122 | 33 | 116 | 0 | 103 | 5 | 104 | 460 | 62 | 25 |
| Binary | 1010010 | 11011 | 1001110 | 0 | 1000011 | 101 | 1000100 | 100110000 | 110010 | 10101 |
Color Harmonies of #521B4E
Complementary color
Monochromatic Colors of #521B4E
Black with #521B4E
Text Example
Text Example
White with #521B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B4E; }
p { color: rgb(82,27,78); }
H1.HeaderClassName
{
color: #521B4E;
}
.AnyTagClassName
{
color: #521B4E;
}
</style>
background-color css
<style>
a { background-color: #521B4E; }
a { background-color: rgb(82,27,78); }
div.DivClassName
{
background-color: #521B4E;
}
.BgClassName
{
background-color: #521B4E;
}
</style>
border-color css
<style>
span { border-color: #521B4E; }
span { border-color: rgb(82,27,78); }
td.TdClassName
{
border-color: #521B4E;
}
.TagClassName
{
border-color: #521B4E;
}
</style>