Shades of Han Purple #4B1EEA
Tints of Han Purple #4B1EEA
RGB
CMYK
RGB Variations
Color information
#4B1EEA (or 0x4B1EEA) is known color: Han Purple. HEX triplet: 4B, 1E and EA. RGB value is (75,30,234). Sum of RGB (Red+Green+Blue) = 75+30+234=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B1EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1EEA is #B4E115. Grayscale: #414141. Windows color (decimal): -11854102 or 15343179. OLE color: 15343179.
HSL color Cylindrical-coordinate representation of color #4B1EEA: hue angle of 253.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1EEA is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 30 | 234 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.08 |
| HSL | 253.24º | 0.83% | 0.52% | - |
| HSV(B) | 253.24º | 0.87% | 0.92% | - |
| XYZ | 18.22 | 8.36 | 78.5 | - |
| YUV | 66.71 | 222.41 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 234 | 0.68 | 0.87 | 0 | 0.08 | 253.24 | 0.83 | 0.52 |
| Hex | 4B | 1E | EA | 44 | 57 | 0 | 8 | FD | 53 | 34 |
| Octal | 113 | 36 | 352 | 104 | 127 | 0 | 10 | 375 | 123 | 64 |
| Binary | 1001011 | 11110 | 11101010 | 1000100 | 1010111 | 0 | 1000 | 11111101 | 1010011 | 110100 |
Color Harmonies of #4B1EEA
Complementary color
Monochromatic Colors of #4B1EEA
Black with #4B1EEA
Text Example
Text Example
White with #4B1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1EEA; }
p { color: rgb(75,30,234); }
H1.HeaderClassName
{
color: #4B1EEA;
}
.AnyTagClassName
{
color: #4B1EEA;
}
</style>
background-color css
<style>
a { background-color: #4B1EEA; }
a { background-color: rgb(75,30,234); }
div.DivClassName
{
background-color: #4B1EEA;
}
.BgClassName
{
background-color: #4B1EEA;
}
</style>
border-color css
<style>
span { border-color: #4B1EEA; }
span { border-color: rgb(75,30,234); }
td.TdClassName
{
border-color: #4B1EEA;
}
.TagClassName
{
border-color: #4B1EEA;
}
</style>