Shades of Hot Purple #4B264A
Tints of Hot Purple #4B264A
RGB
CMYK
RGB Variations
Color information
#4B264A (or 0x4B264A) is known color: Hot Purple. HEX triplet: 4B, 26 and 4A. RGB value is (75,38,74). Sum of RGB (Red+Green+Blue) = 75+38+74=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B264A is #B4D9B5. Grayscale: #353535. Windows color (decimal): -11852214 or 4859467. OLE color: 4859467.
HSL color Cylindrical-coordinate representation of color #4B264A: hue angle of 301.62º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B264A is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 74 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.71 |
| HSL | 301.62º | 0.33% | 0.22% | - |
| HSV(B) | 301.62º | 0.49% | 0.29% | - |
| XYZ | 4.83 | 3.38 | 6.88 | - |
| YUV | 53.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 74 | 0 | 0.49 | 0.01 | 0.71 | 301.62 | 0.33 | 0.22 |
| Hex | 4B | 26 | 4A | 0 | 31 | 1 | 47 | 12E | 21 | 16 |
| Octal | 113 | 46 | 112 | 0 | 61 | 1 | 107 | 456 | 41 | 26 |
| Binary | 1001011 | 100110 | 1001010 | 0 | 110001 | 1 | 1000111 | 100101110 | 100001 | 10110 |
Color Harmonies of #4B264A
Complementary color
Monochromatic Colors of #4B264A
Black with #4B264A
Text Example
Text Example
White with #4B264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B264A; }
p { color: rgb(75,38,74); }
H1.HeaderClassName
{
color: #4B264A;
}
.AnyTagClassName
{
color: #4B264A;
}
</style>
background-color css
<style>
a { background-color: #4B264A; }
a { background-color: rgb(75,38,74); }
div.DivClassName
{
background-color: #4B264A;
}
.BgClassName
{
background-color: #4B264A;
}
</style>
border-color css
<style>
span { border-color: #4B264A; }
span { border-color: rgb(75,38,74); }
td.TdClassName
{
border-color: #4B264A;
}
.TagClassName
{
border-color: #4B264A;
}
</style>