Shades of Hot Purple #4B234E
Tints of Hot Purple #4B234E
RGB
CMYK
RGB Variations
Color information
#4B234E (or 0x4B234E) is known color: Hot Purple. HEX triplet: 4B, 23 and 4E. RGB value is (75,35,78). Sum of RGB (Red+Green+Blue) = 75+35+78=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B234E is #B4DCB1. Grayscale: #333333. Windows color (decimal): -11852978 or 5120843. OLE color: 5120843.
HSL color Cylindrical-coordinate representation of color #4B234E: hue angle of 295.81º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B234E is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 35 | 78 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.69 |
| HSL | 295.81º | 0.38% | 0.22% | - |
| HSV(B) | 295.81º | 0.55% | 0.31% | - |
| XYZ | 4.88 | 3.25 | 7.58 | - |
| YUV | 51.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 78 | 0.04 | 0.55 | 0 | 0.69 | 295.81 | 0.38 | 0.22 |
| Hex | 4B | 23 | 4E | 4 | 37 | 0 | 45 | 128 | 26 | 16 |
| Octal | 113 | 43 | 116 | 4 | 67 | 0 | 105 | 450 | 46 | 26 |
| Binary | 1001011 | 100011 | 1001110 | 100 | 110111 | 0 | 1000101 | 100101000 | 100110 | 10110 |
Color Harmonies of #4B234E
Complementary color
Monochromatic Colors of #4B234E
Black with #4B234E
Text Example
Text Example
White with #4B234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B234E; }
p { color: rgb(75,35,78); }
H1.HeaderClassName
{
color: #4B234E;
}
.AnyTagClassName
{
color: #4B234E;
}
</style>
background-color css
<style>
a { background-color: #4B234E; }
a { background-color: rgb(75,35,78); }
div.DivClassName
{
background-color: #4B234E;
}
.BgClassName
{
background-color: #4B234E;
}
</style>
border-color css
<style>
span { border-color: #4B234E; }
span { border-color: rgb(75,35,78); }
td.TdClassName
{
border-color: #4B234E;
}
.TagClassName
{
border-color: #4B234E;
}
</style>