Shades of Han Purple #4B06EC
Tints of Han Purple #4B06EC
RGB
CMYK
RGB Variations
Color information
#4B06EC (or 0x4B06EC) is known color: Han Purple. HEX triplet: 4B, 06 and EC. RGB value is (75,6,236). Sum of RGB (Red+Green+Blue) = 75+6+236=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B06EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B06EC is #B4F913. Grayscale: #343434. Windows color (decimal): -11860244 or 15468107. OLE color: 15468107.
HSL color Cylindrical-coordinate representation of color #4B06EC: hue angle of 258º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B06EC is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 6 | 236 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.07 |
| HSL | 258º | 0.95% | 0.47% | - |
| HSV(B) | 258º | 0.97% | 0.93% | - |
| XYZ | 18.11 | 7.68 | 79.89 | - |
| YUV | 52.85 | 231.36 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 236 | 0.68 | 0.97 | 0 | 0.07 | 258 | 0.95 | 0.47 |
| Hex | 4B | 6 | EC | 44 | 61 | 0 | 7 | 102 | 5F | 2F |
| Octal | 113 | 6 | 354 | 104 | 141 | 0 | 7 | 402 | 137 | 57 |
| Binary | 1001011 | 110 | 11101100 | 1000100 | 1100001 | 0 | 111 | 100000010 | 1011111 | 101111 |
Color Harmonies of #4B06EC
Complementary color
Monochromatic Colors of #4B06EC
Black with #4B06EC
Text Example
Text Example
White with #4B06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B06EC; }
p { color: rgb(75,6,236); }
H1.HeaderClassName
{
color: #4B06EC;
}
.AnyTagClassName
{
color: #4B06EC;
}
</style>
background-color css
<style>
a { background-color: #4B06EC; }
a { background-color: rgb(75,6,236); }
div.DivClassName
{
background-color: #4B06EC;
}
.BgClassName
{
background-color: #4B06EC;
}
</style>
border-color css
<style>
span { border-color: #4B06EC; }
span { border-color: rgb(75,6,236); }
td.TdClassName
{
border-color: #4B06EC;
}
.TagClassName
{
border-color: #4B06EC;
}
</style>