Shades of Han Purple #4C14DE
Tints of Han Purple #4C14DE
RGB
CMYK
RGB Variations
Color information
#4C14DE (or 0x4C14DE) is known color: Han Purple. HEX triplet: 4C, 14 and DE. RGB value is (76,20,222). Sum of RGB (Red+Green+Blue) = 76+20+222=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C14DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C14DE is #B3EB21. Grayscale: #3B3B3B. Windows color (decimal): -11791138 or 14554188. OLE color: 14554188.
HSL color Cylindrical-coordinate representation of color #4C14DE: hue angle of 256.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C14DE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 20 | 222 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.13 |
| HSL | 256.63º | 0.83% | 0.47% | - |
| HSV(B) | 256.63º | 0.91% | 0.87% | - |
| XYZ | 16.42 | 7.31 | 69.65 | - |
| YUV | 59.77 | 219.55 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 222 | 0.66 | 0.91 | 0 | 0.13 | 256.63 | 0.83 | 0.47 |
| Hex | 4C | 14 | DE | 42 | 5B | 0 | D | 101 | 53 | 2F |
| Octal | 114 | 24 | 336 | 102 | 133 | 0 | 15 | 401 | 123 | 57 |
| Binary | 1001100 | 10100 | 11011110 | 1000010 | 1011011 | 0 | 1101 | 100000001 | 1010011 | 101111 |
Color Harmonies of #4C14DE
Complementary color
Monochromatic Colors of #4C14DE
Black with #4C14DE
Text Example
Text Example
White with #4C14DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C14DE; }
p { color: rgb(76,20,222); }
H1.HeaderClassName
{
color: #4C14DE;
}
.AnyTagClassName
{
color: #4C14DE;
}
</style>
background-color css
<style>
a { background-color: #4C14DE; }
a { background-color: rgb(76,20,222); }
div.DivClassName
{
background-color: #4C14DE;
}
.BgClassName
{
background-color: #4C14DE;
}
</style>
border-color css
<style>
span { border-color: #4C14DE; }
span { border-color: rgb(76,20,222); }
td.TdClassName
{
border-color: #4C14DE;
}
.TagClassName
{
border-color: #4C14DE;
}
</style>