Shades of Hot Purple #521C4E
Tints of Hot Purple #521C4E
RGB
CMYK
RGB Variations
Color information
#521C4E (or 0x521C4E) is known color: Hot Purple. HEX triplet: 52, 1C and 4E. RGB value is (82,28,78). Sum of RGB (Red+Green+Blue) = 82+28+78=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #521C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C4E is #ADE3B1. Grayscale: #313131. Windows color (decimal): -11396018 or 5119058. OLE color: 5119058.
HSL color Cylindrical-coordinate representation of color #521C4E: hue angle of 304.44º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C4E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 78 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.68 |
| HSL | 304.44º | 0.49% | 0.22% | - |
| HSV(B) | 304.44º | 0.66% | 0.32% | - |
| XYZ | 5.27 | 3.17 | 7.54 | - |
| YUV | 49.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 78 | 0 | 0.66 | 0.05 | 0.68 | 304.44 | 0.49 | 0.22 |
| Hex | 52 | 1C | 4E | 0 | 42 | 5 | 44 | 130 | 31 | 16 |
| Octal | 122 | 34 | 116 | 0 | 102 | 5 | 104 | 460 | 61 | 26 |
| Binary | 1010010 | 11100 | 1001110 | 0 | 1000010 | 101 | 1000100 | 100110000 | 110001 | 10110 |
Color Harmonies of #521C4E
Complementary color
Monochromatic Colors of #521C4E
Black with #521C4E
Text Example
Text Example
White with #521C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C4E; }
p { color: rgb(82,28,78); }
H1.HeaderClassName
{
color: #521C4E;
}
.AnyTagClassName
{
color: #521C4E;
}
</style>
background-color css
<style>
a { background-color: #521C4E; }
a { background-color: rgb(82,28,78); }
div.DivClassName
{
background-color: #521C4E;
}
.BgClassName
{
background-color: #521C4E;
}
</style>
border-color css
<style>
span { border-color: #521C4E; }
span { border-color: rgb(82,28,78); }
td.TdClassName
{
border-color: #521C4E;
}
.TagClassName
{
border-color: #521C4E;
}
</style>