Shades of Hot Purple #481654
Tints of Hot Purple #481654
RGB
CMYK
RGB Variations
Color information
#481654 (or 0x481654) is known color: Hot Purple. HEX triplet: 48, 16 and 54. RGB value is (72,22,84). Sum of RGB (Red+Green+Blue) = 72+22+84=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #481654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481654 is #B7E9AB. Grayscale: #2B2B2B. Windows color (decimal): -12052908 or 5510728. OLE color: 5510728.
HSL color Cylindrical-coordinate representation of color #481654: hue angle of 288.39º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481654 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 22 | 84 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.67 |
| HSL | 288.39º | 0.58% | 0.21% | - |
| HSV(B) | 288.39º | 0.74% | 0.33% | - |
| XYZ | 4.56 | 2.59 | 8.65 | - |
| YUV | 44.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 84 | 0.14 | 0.74 | 0 | 0.67 | 288.39 | 0.58 | 0.21 |
| Hex | 48 | 16 | 54 | E | 4A | 0 | 43 | 120 | 3A | 15 |
| Octal | 110 | 26 | 124 | 16 | 112 | 0 | 103 | 440 | 72 | 25 |
| Binary | 1001000 | 10110 | 1010100 | 1110 | 1001010 | 0 | 1000011 | 100100000 | 111010 | 10101 |
Color Harmonies of #481654
Complementary color
Monochromatic Colors of #481654
Black with #481654
Text Example
Text Example
White with #481654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481654; }
p { color: rgb(72,22,84); }
H1.HeaderClassName
{
color: #481654;
}
.AnyTagClassName
{
color: #481654;
}
</style>
background-color css
<style>
a { background-color: #481654; }
a { background-color: rgb(72,22,84); }
div.DivClassName
{
background-color: #481654;
}
.BgClassName
{
background-color: #481654;
}
</style>
border-color css
<style>
span { border-color: #481654; }
span { border-color: rgb(72,22,84); }
td.TdClassName
{
border-color: #481654;
}
.TagClassName
{
border-color: #481654;
}
</style>