Shades of Han Purple #4C15FE
Tints of Han Purple #4C15FE
RGB
CMYK
RGB Variations
Color information
#4C15FE (or 0x4C15FE) is known color: Han Purple. HEX triplet: 4C, 15 and FE. RGB value is (76,21,254). Sum of RGB (Red+Green+Blue) = 76+21+254=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C15FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C15FE is #B3EA01. Grayscale: #3F3F3F. Windows color (decimal): -11790850 or 16651596. OLE color: 16651596.
HSL color Cylindrical-coordinate representation of color #4C15FE: hue angle of 254.16º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C15FE is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 21 | 254 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.00 |
| HSL | 254.16º | 0.99% | 0.54% | - |
| HSV(B) | 254.16º | 0.92% | 1% | - |
| XYZ | 21.14 | 9.23 | 94.43 | - |
| YUV | 64.01 | 235.22 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 254 | 0.70 | 0.92 | 0 | 0.00 | 254.16 | 0.99 | 0.54 |
| Hex | 4C | 15 | FE | 46 | 5C | 0 | 0 | FE | 63 | 36 |
| Octal | 114 | 25 | 376 | 106 | 134 | 0 | 0 | 376 | 143 | 66 |
| Binary | 1001100 | 10101 | 11111110 | 1000110 | 1011100 | 0 | 0 | 11111110 | 1100011 | 110110 |
Color Harmonies of #4C15FE
Complementary color
Monochromatic Colors of #4C15FE
Black with #4C15FE
Text Example
Text Example
White with #4C15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C15FE; }
p { color: rgb(76,21,254); }
H1.HeaderClassName
{
color: #4C15FE;
}
.AnyTagClassName
{
color: #4C15FE;
}
</style>
background-color css
<style>
a { background-color: #4C15FE; }
a { background-color: rgb(76,21,254); }
div.DivClassName
{
background-color: #4C15FE;
}
.BgClassName
{
background-color: #4C15FE;
}
</style>
border-color css
<style>
span { border-color: #4C15FE; }
span { border-color: rgb(76,21,254); }
td.TdClassName
{
border-color: #4C15FE;
}
.TagClassName
{
border-color: #4C15FE;
}
</style>