Shades of Hot Purple #4B2350
Tints of Hot Purple #4B2350
RGB
CMYK
RGB Variations
Color information
#4B2350 (or 0x4B2350) is known color: Hot Purple. HEX triplet: 4B, 23 and 50. RGB value is (75,35,80). Sum of RGB (Red+Green+Blue) = 75+35+80=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2350 is #B4DCAF. Grayscale: #333333. Windows color (decimal): -11852976 or 5251915. OLE color: 5251915.
HSL color Cylindrical-coordinate representation of color #4B2350: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2350 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 35 | 80 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.69 |
| HSL | 293.33º | 0.39% | 0.23% | - |
| HSV(B) | 293.33º | 0.56% | 0.31% | - |
| XYZ | 4.95 | 3.28 | 7.96 | - |
| YUV | 52.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 80 | 0.06 | 0.56 | 0 | 0.69 | 293.33 | 0.39 | 0.23 |
| Hex | 4B | 23 | 50 | 6 | 38 | 0 | 45 | 125 | 27 | 17 |
| Octal | 113 | 43 | 120 | 6 | 70 | 0 | 105 | 445 | 47 | 27 |
| Binary | 1001011 | 100011 | 1010000 | 110 | 111000 | 0 | 1000101 | 100100101 | 100111 | 10111 |
Color Harmonies of #4B2350
Complementary color
Monochromatic Colors of #4B2350
Black with #4B2350
Text Example
Text Example
White with #4B2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2350; }
p { color: rgb(75,35,80); }
H1.HeaderClassName
{
color: #4B2350;
}
.AnyTagClassName
{
color: #4B2350;
}
</style>
background-color css
<style>
a { background-color: #4B2350; }
a { background-color: rgb(75,35,80); }
div.DivClassName
{
background-color: #4B2350;
}
.BgClassName
{
background-color: #4B2350;
}
</style>
border-color css
<style>
span { border-color: #4B2350; }
span { border-color: rgb(75,35,80); }
td.TdClassName
{
border-color: #4B2350;
}
.TagClassName
{
border-color: #4B2350;
}
</style>