Shades of Hot Purple #4B264E
Tints of Hot Purple #4B264E
RGB
CMYK
RGB Variations
Color information
#4B264E (or 0x4B264E) is known color: Hot Purple. HEX triplet: 4B, 26 and 4E. RGB value is (75,38,78). Sum of RGB (Red+Green+Blue) = 75+38+78=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B264E is #B4D9B1. Grayscale: #353535. Windows color (decimal): -11852210 or 5121611. OLE color: 5121611.
HSL color Cylindrical-coordinate representation of color #4B264E: hue angle of 295.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B264E is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 38 | 78 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.69 |
| HSL | 295.5º | 0.34% | 0.23% | - |
| HSV(B) | 295.5º | 0.51% | 0.31% | - |
| XYZ | 4.97 | 3.43 | 7.61 | - |
| YUV | 53.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 78 | 0.04 | 0.51 | 0 | 0.69 | 295.5 | 0.34 | 0.23 |
| Hex | 4B | 26 | 4E | 4 | 33 | 0 | 45 | 128 | 22 | 17 |
| Octal | 113 | 46 | 116 | 4 | 63 | 0 | 105 | 450 | 42 | 27 |
| Binary | 1001011 | 100110 | 1001110 | 100 | 110011 | 0 | 1000101 | 100101000 | 100010 | 10111 |
Color Harmonies of #4B264E
Complementary color
Monochromatic Colors of #4B264E
Black with #4B264E
Text Example
Text Example
White with #4B264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B264E; }
p { color: rgb(75,38,78); }
H1.HeaderClassName
{
color: #4B264E;
}
.AnyTagClassName
{
color: #4B264E;
}
</style>
background-color css
<style>
a { background-color: #4B264E; }
a { background-color: rgb(75,38,78); }
div.DivClassName
{
background-color: #4B264E;
}
.BgClassName
{
background-color: #4B264E;
}
</style>
border-color css
<style>
span { border-color: #4B264E; }
span { border-color: rgb(75,38,78); }
td.TdClassName
{
border-color: #4B264E;
}
.TagClassName
{
border-color: #4B264E;
}
</style>