Shades of Han Purple #4C0DFC
Tints of Han Purple #4C0DFC
RGB
CMYK
RGB Variations
Color information
#4C0DFC (or 0x4C0DFC) is known color: Han Purple. HEX triplet: 4C, 0D and FC. RGB value is (76,13,252). Sum of RGB (Red+Green+Blue) = 76+13+252=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C0DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DFC is #B3F203. Grayscale: #3A3A3A. Windows color (decimal): -11792900 or 16518476. OLE color: 16518476.
HSL color Cylindrical-coordinate representation of color #4C0DFC: hue angle of 255.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0DFC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 13 | 252 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.01 |
| HSL | 255.82º | 0.98% | 0.52% | - |
| HSV(B) | 255.82º | 0.95% | 0.99% | - |
| XYZ | 20.7 | 8.85 | 92.71 | - |
| YUV | 59.08 | 236.87 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 252 | 0.70 | 0.95 | 0 | 0.01 | 255.82 | 0.98 | 0.52 |
| Hex | 4C | D | FC | 46 | 5F | 0 | 1 | 100 | 62 | 34 |
| Octal | 114 | 15 | 374 | 106 | 137 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001100 | 1101 | 11111100 | 1000110 | 1011111 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4C0DFC
Complementary color
Monochromatic Colors of #4C0DFC
Black with #4C0DFC
Text Example
Text Example
White with #4C0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0DFC; }
p { color: rgb(76,13,252); }
H1.HeaderClassName
{
color: #4C0DFC;
}
.AnyTagClassName
{
color: #4C0DFC;
}
</style>
background-color css
<style>
a { background-color: #4C0DFC; }
a { background-color: rgb(76,13,252); }
div.DivClassName
{
background-color: #4C0DFC;
}
.BgClassName
{
background-color: #4C0DFC;
}
</style>
border-color css
<style>
span { border-color: #4C0DFC; }
span { border-color: rgb(76,13,252); }
td.TdClassName
{
border-color: #4C0DFC;
}
.TagClassName
{
border-color: #4C0DFC;
}
</style>