Shades of Hot Purple #4B1253
Tints of Hot Purple #4B1253
RGB
CMYK
RGB Variations
Color information
#4B1253 (or 0x4B1253) is known color: Hot Purple. HEX triplet: 4B, 12 and 53. RGB value is (75,18,83). Sum of RGB (Red+Green+Blue) = 75+18+83=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1253 is #B4EDAC. Grayscale: #2A2A2A. Windows color (decimal): -11857325 or 5444171. OLE color: 5444171.
HSL color Cylindrical-coordinate representation of color #4B1253: hue angle of 292.62º 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 #4B1253 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 18 | 83 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.67 |
| HSL | 292.62º | 0.64% | 0.2% | - |
| HSV(B) | 292.62º | 0.78% | 0.33% | - |
| XYZ | 4.68 | 2.55 | 8.43 | - |
| YUV | 42.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 83 | 0.10 | 0.78 | 0 | 0.67 | 292.62 | 0.64 | 0.2 |
| Hex | 4B | 12 | 53 | A | 4E | 0 | 43 | 125 | 40 | 14 |
| Octal | 113 | 22 | 123 | 12 | 116 | 0 | 103 | 445 | 100 | 24 |
| Binary | 1001011 | 10010 | 1010011 | 1010 | 1001110 | 0 | 1000011 | 100100101 | 1000000 | 10100 |
Color Harmonies of #4B1253
Complementary color
Monochromatic Colors of #4B1253
Black with #4B1253
Text Example
Text Example
White with #4B1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1253; }
p { color: rgb(75,18,83); }
H1.HeaderClassName
{
color: #4B1253;
}
.AnyTagClassName
{
color: #4B1253;
}
</style>
background-color css
<style>
a { background-color: #4B1253; }
a { background-color: rgb(75,18,83); }
div.DivClassName
{
background-color: #4B1253;
}
.BgClassName
{
background-color: #4B1253;
}
</style>
border-color css
<style>
span { border-color: #4B1253; }
span { border-color: rgb(75,18,83); }
td.TdClassName
{
border-color: #4B1253;
}
.TagClassName
{
border-color: #4B1253;
}
</style>