Shades of Han Purple #4B0CEB
Tints of Han Purple #4B0CEB
RGB
CMYK
RGB Variations
Color information
#4B0CEB (or 0x4B0CEB) is known color: Han Purple. HEX triplet: 4B, 0C and EB. RGB value is (75,12,235). Sum of RGB (Red+Green+Blue) = 75+12+235=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B0CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0CEB is #B4F314. Grayscale: #373737. Windows color (decimal): -11858709 or 15404107. OLE color: 15404107.
HSL color Cylindrical-coordinate representation of color #4B0CEB: hue angle of 256.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CEB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 12 | 235 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.08 |
| HSL | 256.95º | 0.9% | 0.48% | - |
| HSV(B) | 256.95º | 0.95% | 0.92% | - |
| XYZ | 18.03 | 7.76 | 79.14 | - |
| YUV | 56.26 | 228.87 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 235 | 0.68 | 0.95 | 0 | 0.08 | 256.95 | 0.9 | 0.48 |
| Hex | 4B | C | EB | 44 | 5F | 0 | 8 | 101 | 5A | 30 |
| Octal | 113 | 14 | 353 | 104 | 137 | 0 | 10 | 401 | 132 | 60 |
| Binary | 1001011 | 1100 | 11101011 | 1000100 | 1011111 | 0 | 1000 | 100000001 | 1011010 | 110000 |
Color Harmonies of #4B0CEB
Complementary color
Monochromatic Colors of #4B0CEB
Black with #4B0CEB
Text Example
Text Example
White with #4B0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0CEB; }
p { color: rgb(75,12,235); }
H1.HeaderClassName
{
color: #4B0CEB;
}
.AnyTagClassName
{
color: #4B0CEB;
}
</style>
background-color css
<style>
a { background-color: #4B0CEB; }
a { background-color: rgb(75,12,235); }
div.DivClassName
{
background-color: #4B0CEB;
}
.BgClassName
{
background-color: #4B0CEB;
}
</style>
border-color css
<style>
span { border-color: #4B0CEB; }
span { border-color: rgb(75,12,235); }
td.TdClassName
{
border-color: #4B0CEB;
}
.TagClassName
{
border-color: #4B0CEB;
}
</style>