Shades of Han Purple #4B0BDA
Tints of Han Purple #4B0BDA
RGB
CMYK
RGB Variations
Color information
#4B0BDA (or 0x4B0BDA) is known color: Han Purple. HEX triplet: 4B, 0B and DA. RGB value is (75,11,218). Sum of RGB (Red+Green+Blue) = 75+11+218=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B0BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0BDA is #B4F425. Grayscale: #343434. Windows color (decimal): -11858982 or 14289739. OLE color: 14289739.
HSL color Cylindrical-coordinate representation of color #4B0BDA: hue angle of 258.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0BDA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 11 | 218 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.15 |
| HSL | 258.55º | 0.9% | 0.45% | - |
| HSV(B) | 258.55º | 0.95% | 0.85% | - |
| XYZ | 15.68 | 6.8 | 66.82 | - |
| YUV | 53.73 | 220.7 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 11 | 218 | 0.66 | 0.95 | 0 | 0.15 | 258.55 | 0.9 | 0.45 |
| Hex | 4B | B | DA | 42 | 5F | 0 | F | 103 | 5A | 2D |
| Octal | 113 | 13 | 332 | 102 | 137 | 0 | 17 | 403 | 132 | 55 |
| Binary | 1001011 | 1011 | 11011010 | 1000010 | 1011111 | 0 | 1111 | 100000011 | 1011010 | 101101 |
Color Harmonies of #4B0BDA
Complementary color
Monochromatic Colors of #4B0BDA
Black with #4B0BDA
Text Example
Text Example
White with #4B0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0BDA; }
p { color: rgb(75,11,218); }
H1.HeaderClassName
{
color: #4B0BDA;
}
.AnyTagClassName
{
color: #4B0BDA;
}
</style>
background-color css
<style>
a { background-color: #4B0BDA; }
a { background-color: rgb(75,11,218); }
div.DivClassName
{
background-color: #4B0BDA;
}
.BgClassName
{
background-color: #4B0BDA;
}
</style>
border-color css
<style>
span { border-color: #4B0BDA; }
span { border-color: rgb(75,11,218); }
td.TdClassName
{
border-color: #4B0BDA;
}
.TagClassName
{
border-color: #4B0BDA;
}
</style>