Shades of Hot Purple #481253
Tints of Hot Purple #481253
RGB
CMYK
RGB Variations
Color information
#481253 (or 0x481253) is known color: Hot Purple. HEX triplet: 48, 12 and 53. RGB value is (72,18,83). Sum of RGB (Red+Green+Blue) = 72+18+83=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #481253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481253 is #B7EDAC. Grayscale: #292929. Windows color (decimal): -12053933 or 5444168. OLE color: 5444168.
HSL color Cylindrical-coordinate representation of color #481253: hue angle of 289.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481253 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 18 | 83 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.67 |
| HSL | 289.85º | 0.64% | 0.2% | - |
| HSV(B) | 289.85º | 0.78% | 0.33% | - |
| XYZ | 4.45 | 2.43 | 8.42 | - |
| YUV | 41.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 83 | 0.13 | 0.78 | 0 | 0.67 | 289.85 | 0.64 | 0.2 |
| Hex | 48 | 12 | 53 | D | 4E | 0 | 43 | 122 | 40 | 14 |
| Octal | 110 | 22 | 123 | 15 | 116 | 0 | 103 | 442 | 100 | 24 |
| Binary | 1001000 | 10010 | 1010011 | 1101 | 1001110 | 0 | 1000011 | 100100010 | 1000000 | 10100 |
Color Harmonies of #481253
Complementary color
Monochromatic Colors of #481253
Black with #481253
Text Example
Text Example
White with #481253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481253; }
p { color: rgb(72,18,83); }
H1.HeaderClassName
{
color: #481253;
}
.AnyTagClassName
{
color: #481253;
}
</style>
background-color css
<style>
a { background-color: #481253; }
a { background-color: rgb(72,18,83); }
div.DivClassName
{
background-color: #481253;
}
.BgClassName
{
background-color: #481253;
}
</style>
border-color css
<style>
span { border-color: #481253; }
span { border-color: rgb(72,18,83); }
td.TdClassName
{
border-color: #481253;
}
.TagClassName
{
border-color: #481253;
}
</style>