Shades of Hot Purple #54105A
Tints of Hot Purple #54105A
RGB
CMYK
RGB Variations
Color information
#54105A (or 0x54105A) is known color: Hot Purple. HEX triplet: 54, 10 and 5A. RGB value is (84,16,90). Sum of RGB (Red+Green+Blue) = 84+16+90=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #54105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54105A is #ABEFA5. Grayscale: #2C2C2C. Windows color (decimal): -11268006 or 5902420. OLE color: 5902420.
HSL color Cylindrical-coordinate representation of color #54105A: hue angle of 295.14º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54105A is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 16 | 90 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.65 |
| HSL | 295.14º | 0.7% | 0.21% | - |
| HSV(B) | 295.14º | 0.82% | 0.35% | - |
| XYZ | 5.69 | 2.99 | 9.95 | - |
| YUV | 44.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 90 | 0.07 | 0.82 | 0 | 0.65 | 295.14 | 0.7 | 0.21 |
| Hex | 54 | 10 | 5A | 7 | 52 | 0 | 41 | 127 | 46 | 15 |
| Octal | 124 | 20 | 132 | 7 | 122 | 0 | 101 | 447 | 106 | 25 |
| Binary | 1010100 | 10000 | 1011010 | 111 | 1010010 | 0 | 1000001 | 100100111 | 1000110 | 10101 |
Color Harmonies of #54105A
Complementary color
Monochromatic Colors of #54105A
Black with #54105A
Text Example
Text Example
White with #54105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54105A; }
p { color: rgb(84,16,90); }
H1.HeaderClassName
{
color: #54105A;
}
.AnyTagClassName
{
color: #54105A;
}
</style>
background-color css
<style>
a { background-color: #54105A; }
a { background-color: rgb(84,16,90); }
div.DivClassName
{
background-color: #54105A;
}
.BgClassName
{
background-color: #54105A;
}
</style>
border-color css
<style>
span { border-color: #54105A; }
span { border-color: rgb(84,16,90); }
td.TdClassName
{
border-color: #54105A;
}
.TagClassName
{
border-color: #54105A;
}
</style>