Shades of Han Purple #4C0BEF
Tints of Han Purple #4C0BEF
RGB
CMYK
RGB Variations
Color information
#4C0BEF (or 0x4C0BEF) is known color: Han Purple. HEX triplet: 4C, 0B and EF. RGB value is (76,11,239). Sum of RGB (Red+Green+Blue) = 76+11+239=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0BEF is #B3F410. Grayscale: #373737. Windows color (decimal): -11793425 or 15665996. OLE color: 15665996.
HSL color Cylindrical-coordinate representation of color #4C0BEF: hue angle of 257.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BEF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 11 | 239 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.06 |
| HSL | 257.11º | 0.91% | 0.49% | - |
| HSV(B) | 257.11º | 0.95% | 0.94% | - |
| XYZ | 18.68 | 8.01 | 82.22 | - |
| YUV | 56.43 | 231.03 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 239 | 0.68 | 0.95 | 0 | 0.06 | 257.11 | 0.91 | 0.49 |
| Hex | 4C | B | EF | 44 | 5F | 0 | 6 | 101 | 5B | 31 |
| Octal | 114 | 13 | 357 | 104 | 137 | 0 | 6 | 401 | 133 | 61 |
| Binary | 1001100 | 1011 | 11101111 | 1000100 | 1011111 | 0 | 110 | 100000001 | 1011011 | 110001 |
Color Harmonies of #4C0BEF
Complementary color
Monochromatic Colors of #4C0BEF
Black with #4C0BEF
Text Example
Text Example
White with #4C0BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0BEF; }
p { color: rgb(76,11,239); }
H1.HeaderClassName
{
color: #4C0BEF;
}
.AnyTagClassName
{
color: #4C0BEF;
}
</style>
background-color css
<style>
a { background-color: #4C0BEF; }
a { background-color: rgb(76,11,239); }
div.DivClassName
{
background-color: #4C0BEF;
}
.BgClassName
{
background-color: #4C0BEF;
}
</style>
border-color css
<style>
span { border-color: #4C0BEF; }
span { border-color: rgb(76,11,239); }
td.TdClassName
{
border-color: #4C0BEF;
}
.TagClassName
{
border-color: #4C0BEF;
}
</style>