Shades of Han Purple #4B08EC
Tints of Han Purple #4B08EC
RGB
CMYK
RGB Variations
Color information
#4B08EC (or 0x4B08EC) is known color: Han Purple. HEX triplet: 4B, 08 and EC. RGB value is (75,8,236). Sum of RGB (Red+Green+Blue) = 75+8+236=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B08EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B08EC is #B4F713. Grayscale: #353535. Windows color (decimal): -11859732 or 15468619. OLE color: 15468619.
HSL color Cylindrical-coordinate representation of color #4B08EC: hue angle of 257.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B08EC is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 8 | 236 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.07 |
| HSL | 257.63º | 0.93% | 0.48% | - |
| HSV(B) | 257.63º | 0.97% | 0.93% | - |
| XYZ | 18.13 | 7.73 | 79.89 | - |
| YUV | 54.03 | 230.7 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 236 | 0.68 | 0.97 | 0 | 0.07 | 257.63 | 0.93 | 0.48 |
| Hex | 4B | 8 | EC | 44 | 61 | 0 | 7 | 102 | 5D | 30 |
| Octal | 113 | 10 | 354 | 104 | 141 | 0 | 7 | 402 | 135 | 60 |
| Binary | 1001011 | 1000 | 11101100 | 1000100 | 1100001 | 0 | 111 | 100000010 | 1011101 | 110000 |
Color Harmonies of #4B08EC
Complementary color
Monochromatic Colors of #4B08EC
Black with #4B08EC
Text Example
Text Example
White with #4B08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B08EC; }
p { color: rgb(75,8,236); }
H1.HeaderClassName
{
color: #4B08EC;
}
.AnyTagClassName
{
color: #4B08EC;
}
</style>
background-color css
<style>
a { background-color: #4B08EC; }
a { background-color: rgb(75,8,236); }
div.DivClassName
{
background-color: #4B08EC;
}
.BgClassName
{
background-color: #4B08EC;
}
</style>
border-color css
<style>
span { border-color: #4B08EC; }
span { border-color: rgb(75,8,236); }
td.TdClassName
{
border-color: #4B08EC;
}
.TagClassName
{
border-color: #4B08EC;
}
</style>