Shades of Han Purple #4C0FDE
Tints of Han Purple #4C0FDE
RGB
CMYK
RGB Variations
Color information
#4C0FDE (or 0x4C0FDE) is known color: Han Purple. HEX triplet: 4C, 0F and DE. RGB value is (76,15,222). Sum of RGB (Red+Green+Blue) = 76+15+222=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FDE is #B3F021. Grayscale: #383838. Windows color (decimal): -11792418 or 14552908. OLE color: 14552908.
HSL color Cylindrical-coordinate representation of color #4C0FDE: hue angle of 257.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0FDE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 15 | 222 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.13 |
| HSL | 257.68º | 0.87% | 0.46% | - |
| HSV(B) | 257.68º | 0.93% | 0.87% | - |
| XYZ | 16.34 | 7.15 | 69.63 | - |
| YUV | 56.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 222 | 0.66 | 0.93 | 0 | 0.13 | 257.68 | 0.87 | 0.46 |
| Hex | 4C | F | DE | 42 | 5D | 0 | D | 102 | 57 | 2E |
| Octal | 114 | 17 | 336 | 102 | 135 | 0 | 15 | 402 | 127 | 56 |
| Binary | 1001100 | 1111 | 11011110 | 1000010 | 1011101 | 0 | 1101 | 100000010 | 1010111 | 101110 |
Color Harmonies of #4C0FDE
Complementary color
Monochromatic Colors of #4C0FDE
Black with #4C0FDE
Text Example
Text Example
White with #4C0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0FDE; }
p { color: rgb(76,15,222); }
H1.HeaderClassName
{
color: #4C0FDE;
}
.AnyTagClassName
{
color: #4C0FDE;
}
</style>
background-color css
<style>
a { background-color: #4C0FDE; }
a { background-color: rgb(76,15,222); }
div.DivClassName
{
background-color: #4C0FDE;
}
.BgClassName
{
background-color: #4C0FDE;
}
</style>
border-color css
<style>
span { border-color: #4C0FDE; }
span { border-color: rgb(76,15,222); }
td.TdClassName
{
border-color: #4C0FDE;
}
.TagClassName
{
border-color: #4C0FDE;
}
</style>