Shades of Han Purple #4C0BFE
Tints of Han Purple #4C0BFE
RGB
CMYK
RGB Variations
Color information
#4C0BFE (or 0x4C0BFE) is known color: Han Purple. HEX triplet: 4C, 0B and FE. RGB value is (76,11,254). Sum of RGB (Red+Green+Blue) = 76+11+254=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C0BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0BFE is #B3F401. Grayscale: #393939. Windows color (decimal): -11793410 or 16649036. OLE color: 16649036.
HSL color Cylindrical-coordinate representation of color #4C0BFE: hue angle of 256.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0BFE is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 11 | 254 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.00 |
| HSL | 256.05º | 0.99% | 0.52% | - |
| HSV(B) | 256.05º | 0.96% | 1% | - |
| XYZ | 20.99 | 8.93 | 94.38 | - |
| YUV | 58.14 | 238.53 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 254 | 0.70 | 0.96 | 0 | 0.00 | 256.05 | 0.99 | 0.52 |
| Hex | 4C | B | FE | 46 | 60 | 0 | 0 | 100 | 63 | 34 |
| Octal | 114 | 13 | 376 | 106 | 140 | 0 | 0 | 400 | 143 | 64 |
| Binary | 1001100 | 1011 | 11111110 | 1000110 | 1100000 | 0 | 0 | 100000000 | 1100011 | 110100 |
Color Harmonies of #4C0BFE
Complementary color
Monochromatic Colors of #4C0BFE
Black with #4C0BFE
Text Example
Text Example
White with #4C0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0BFE; }
p { color: rgb(76,11,254); }
H1.HeaderClassName
{
color: #4C0BFE;
}
.AnyTagClassName
{
color: #4C0BFE;
}
</style>
background-color css
<style>
a { background-color: #4C0BFE; }
a { background-color: rgb(76,11,254); }
div.DivClassName
{
background-color: #4C0BFE;
}
.BgClassName
{
background-color: #4C0BFE;
}
</style>
border-color css
<style>
span { border-color: #4C0BFE; }
span { border-color: rgb(76,11,254); }
td.TdClassName
{
border-color: #4C0BFE;
}
.TagClassName
{
border-color: #4C0BFE;
}
</style>