Shades of Han Purple #4B0FED
Tints of Han Purple #4B0FED
RGB
CMYK
RGB Variations
Color information
#4B0FED (or 0x4B0FED) is known color: Han Purple. HEX triplet: 4B, 0F and ED. RGB value is (75,15,237). Sum of RGB (Red+Green+Blue) = 75+15+237=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B0FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0FED is #B4F012. Grayscale: #393939. Windows color (decimal): -11857939 or 15535947. OLE color: 15535947.
HSL color Cylindrical-coordinate representation of color #4B0FED: hue angle of 256.22º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0FED is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 15 | 237 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.07 |
| HSL | 256.22º | 0.88% | 0.49% | - |
| HSV(B) | 256.22º | 0.94% | 0.93% | - |
| XYZ | 18.36 | 7.95 | 80.69 | - |
| YUV | 58.25 | 228.88 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 237 | 0.68 | 0.94 | 0 | 0.07 | 256.22 | 0.88 | 0.49 |
| Hex | 4B | F | ED | 44 | 5E | 0 | 7 | 100 | 58 | 31 |
| Octal | 113 | 17 | 355 | 104 | 136 | 0 | 7 | 400 | 130 | 61 |
| Binary | 1001011 | 1111 | 11101101 | 1000100 | 1011110 | 0 | 111 | 100000000 | 1011000 | 110001 |
Color Harmonies of #4B0FED
Complementary color
Monochromatic Colors of #4B0FED
Black with #4B0FED
Text Example
Text Example
White with #4B0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0FED; }
p { color: rgb(75,15,237); }
H1.HeaderClassName
{
color: #4B0FED;
}
.AnyTagClassName
{
color: #4B0FED;
}
</style>
background-color css
<style>
a { background-color: #4B0FED; }
a { background-color: rgb(75,15,237); }
div.DivClassName
{
background-color: #4B0FED;
}
.BgClassName
{
background-color: #4B0FED;
}
</style>
border-color css
<style>
span { border-color: #4B0FED; }
span { border-color: rgb(75,15,237); }
td.TdClassName
{
border-color: #4B0FED;
}
.TagClassName
{
border-color: #4B0FED;
}
</style>