Shades of Han Purple #4C18FA
Tints of Han Purple #4C18FA
RGB
CMYK
RGB Variations
Color information
#4C18FA (or 0x4C18FA) is known color: Han Purple. HEX triplet: 4C, 18 and FA. RGB value is (76,24,250). Sum of RGB (Red+Green+Blue) = 76+24+250=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C18FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C18FA is #B3E705. Grayscale: #404040. Windows color (decimal): -11790086 or 16390220. OLE color: 16390220.
HSL color Cylindrical-coordinate representation of color #4C18FA: hue angle of 253.81º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C18FA is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 24 | 250 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.02 |
| HSL | 253.81º | 0.96% | 0.54% | - |
| HSV(B) | 253.81º | 0.9% | 0.98% | - |
| XYZ | 20.56 | 9.09 | 91.11 | - |
| YUV | 65.31 | 232.23 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 250 | 0.70 | 0.90 | 0 | 0.02 | 253.81 | 0.96 | 0.54 |
| Hex | 4C | 18 | FA | 46 | 5A | 0 | 2 | FE | 60 | 36 |
| Octal | 114 | 30 | 372 | 106 | 132 | 0 | 2 | 376 | 140 | 66 |
| Binary | 1001100 | 11000 | 11111010 | 1000110 | 1011010 | 0 | 10 | 11111110 | 1100000 | 110110 |
Color Harmonies of #4C18FA
Complementary color
Monochromatic Colors of #4C18FA
Black with #4C18FA
Text Example
Text Example
White with #4C18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C18FA; }
p { color: rgb(76,24,250); }
H1.HeaderClassName
{
color: #4C18FA;
}
.AnyTagClassName
{
color: #4C18FA;
}
</style>
background-color css
<style>
a { background-color: #4C18FA; }
a { background-color: rgb(76,24,250); }
div.DivClassName
{
background-color: #4C18FA;
}
.BgClassName
{
background-color: #4C18FA;
}
</style>
border-color css
<style>
span { border-color: #4C18FA; }
span { border-color: rgb(76,24,250); }
td.TdClassName
{
border-color: #4C18FA;
}
.TagClassName
{
border-color: #4C18FA;
}
</style>