Shades of Hot Purple #481B4B
Tints of Hot Purple #481B4B
RGB
CMYK
RGB Variations
Color information
#481B4B (or 0x481B4B) is known color: Hot Purple. HEX triplet: 48, 1B and 4B. RGB value is (72,27,75). Sum of RGB (Red+Green+Blue) = 72+27+75=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #481B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B4B is #B7E4B4. Grayscale: #2D2D2D. Windows color (decimal): -12051637 or 4922184. OLE color: 4922184.
HSL color Cylindrical-coordinate representation of color #481B4B: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481B4B is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 27 | 75 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.71 |
| HSL | 296.25º | 0.47% | 0.2% | - |
| HSV(B) | 296.25º | 0.64% | 0.29% | - |
| XYZ | 4.33 | 2.67 | 6.94 | - |
| YUV | 45.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 75 | 0.04 | 0.64 | 0 | 0.71 | 296.25 | 0.47 | 0.2 |
| Hex | 48 | 1B | 4B | 4 | 40 | 0 | 47 | 128 | 2F | 14 |
| Octal | 110 | 33 | 113 | 4 | 100 | 0 | 107 | 450 | 57 | 24 |
| Binary | 1001000 | 11011 | 1001011 | 100 | 1000000 | 0 | 1000111 | 100101000 | 101111 | 10100 |
Color Harmonies of #481B4B
Complementary color
Monochromatic Colors of #481B4B
Black with #481B4B
Text Example
Text Example
White with #481B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B4B; }
p { color: rgb(72,27,75); }
H1.HeaderClassName
{
color: #481B4B;
}
.AnyTagClassName
{
color: #481B4B;
}
</style>
background-color css
<style>
a { background-color: #481B4B; }
a { background-color: rgb(72,27,75); }
div.DivClassName
{
background-color: #481B4B;
}
.BgClassName
{
background-color: #481B4B;
}
</style>
border-color css
<style>
span { border-color: #481B4B; }
span { border-color: rgb(72,27,75); }
td.TdClassName
{
border-color: #481B4B;
}
.TagClassName
{
border-color: #481B4B;
}
</style>