Shades of Han Purple #4C0DF9
Tints of Han Purple #4C0DF9
RGB
CMYK
RGB Variations
Color information
#4C0DF9 (or 0x4C0DF9) is known color: Han Purple. HEX triplet: 4C, 0D and F9. RGB value is (76,13,249). Sum of RGB (Red+Green+Blue) = 76+13+249=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 249 (97.66% from 255 or 73.67% from 338); Max value from RGB is 249 - color contains mainly: blue. Hex color #4C0DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DF9 is #B3F206. Grayscale: #393939. Windows color (decimal): -11792903 or 16321868. OLE color: 16321868.
HSL color Cylindrical-coordinate representation of color #4C0DF9: hue angle of 256.02º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0DF9 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 13 | 249 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.02 |
| HSL | 256.02º | 0.95% | 0.51% | - |
| HSV(B) | 256.02º | 0.95% | 0.98% | - |
| XYZ | 20.22 | 8.66 | 90.23 | - |
| YUV | 58.74 | 235.37 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 249 | 0.69 | 0.95 | 0 | 0.02 | 256.02 | 0.95 | 0.51 |
| Hex | 4C | D | F9 | 45 | 5F | 0 | 2 | 100 | 5F | 33 |
| Octal | 114 | 15 | 371 | 105 | 137 | 0 | 2 | 400 | 137 | 63 |
| Binary | 1001100 | 1101 | 11111001 | 1000101 | 1011111 | 0 | 10 | 100000000 | 1011111 | 110011 |
Color Harmonies of #4C0DF9
Complementary color
Monochromatic Colors of #4C0DF9
Black with #4C0DF9
Text Example
Text Example
White with #4C0DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0DF9; }
p { color: rgb(76,13,249); }
H1.HeaderClassName
{
color: #4C0DF9;
}
.AnyTagClassName
{
color: #4C0DF9;
}
</style>
background-color css
<style>
a { background-color: #4C0DF9; }
a { background-color: rgb(76,13,249); }
div.DivClassName
{
background-color: #4C0DF9;
}
.BgClassName
{
background-color: #4C0DF9;
}
</style>
border-color css
<style>
span { border-color: #4C0DF9; }
span { border-color: rgb(76,13,249); }
td.TdClassName
{
border-color: #4C0DF9;
}
.TagClassName
{
border-color: #4C0DF9;
}
</style>