Shades of Hot Purple #52275B
Tints of Hot Purple #52275B
RGB
CMYK
RGB Variations
Color information
#52275B (or 0x52275B) is known color: Hot Purple. HEX triplet: 52, 27 and 5B. RGB value is (82,39,91). Sum of RGB (Red+Green+Blue) = 82+39+91=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #52275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52275B is #ADD8A4. Grayscale: #393939. Windows color (decimal): -11393189 or 5973842. OLE color: 5973842.
HSL color Cylindrical-coordinate representation of color #52275B: hue angle of 289.62º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52275B is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 39 | 91 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.64 |
| HSL | 289.62º | 0.4% | 0.25% | - |
| HSV(B) | 289.62º | 0.57% | 0.36% | - |
| XYZ | 6.09 | 4 | 10.35 | - |
| YUV | 57.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 91 | 0.10 | 0.57 | 0 | 0.64 | 289.62 | 0.4 | 0.25 |
| Hex | 52 | 27 | 5B | A | 39 | 0 | 40 | 122 | 28 | 19 |
| Octal | 122 | 47 | 133 | 12 | 71 | 0 | 100 | 442 | 50 | 31 |
| Binary | 1010010 | 100111 | 1011011 | 1010 | 111001 | 0 | 1000000 | 100100010 | 101000 | 11001 |
Color Harmonies of #52275B
Complementary color
Monochromatic Colors of #52275B
Black with #52275B
Text Example
Text Example
White with #52275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52275B; }
p { color: rgb(82,39,91); }
H1.HeaderClassName
{
color: #52275B;
}
.AnyTagClassName
{
color: #52275B;
}
</style>
background-color css
<style>
a { background-color: #52275B; }
a { background-color: rgb(82,39,91); }
div.DivClassName
{
background-color: #52275B;
}
.BgClassName
{
background-color: #52275B;
}
</style>
border-color css
<style>
span { border-color: #52275B; }
span { border-color: rgb(82,39,91); }
td.TdClassName
{
border-color: #52275B;
}
.TagClassName
{
border-color: #52275B;
}
</style>