Shades of Han Purple #4B05ED
Tints of Han Purple #4B05ED
RGB
CMYK
RGB Variations
Color information
#4B05ED (or 0x4B05ED) is known color: Han Purple. HEX triplet: 4B, 05 and ED. RGB value is (75,5,237). Sum of RGB (Red+Green+Blue) = 75+5+237=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B05ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B05ED is #B4FA12. Grayscale: #333333. Windows color (decimal): -11860499 or 15533387. OLE color: 15533387.
HSL color Cylindrical-coordinate representation of color #4B05ED: hue angle of 258.1º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B05ED is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 5 | 237 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.07 |
| HSL | 258.1º | 0.96% | 0.47% | - |
| HSV(B) | 258.1º | 0.98% | 0.93% | - |
| XYZ | 18.24 | 7.72 | 80.65 | - |
| YUV | 52.38 | 232.19 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 237 | 0.68 | 0.98 | 0 | 0.07 | 258.1 | 0.96 | 0.47 |
| Hex | 4B | 5 | ED | 44 | 62 | 0 | 7 | 102 | 60 | 2F |
| Octal | 113 | 5 | 355 | 104 | 142 | 0 | 7 | 402 | 140 | 57 |
| Binary | 1001011 | 101 | 11101101 | 1000100 | 1100010 | 0 | 111 | 100000010 | 1100000 | 101111 |
Color Harmonies of #4B05ED
Complementary color
Monochromatic Colors of #4B05ED
Black with #4B05ED
Text Example
Text Example
White with #4B05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B05ED; }
p { color: rgb(75,5,237); }
H1.HeaderClassName
{
color: #4B05ED;
}
.AnyTagClassName
{
color: #4B05ED;
}
</style>
background-color css
<style>
a { background-color: #4B05ED; }
a { background-color: rgb(75,5,237); }
div.DivClassName
{
background-color: #4B05ED;
}
.BgClassName
{
background-color: #4B05ED;
}
</style>
border-color css
<style>
span { border-color: #4B05ED; }
span { border-color: rgb(75,5,237); }
td.TdClassName
{
border-color: #4B05ED;
}
.TagClassName
{
border-color: #4B05ED;
}
</style>