Shades of Han Purple #4C00DF
Tints of Han Purple #4C00DF
RGB
CMYK
RGB Variations
Color information
#4C00DF (or 0x4C00DF) is known color: Han Purple. HEX triplet: 4C, 00 and DF. RGB value is (76,0,223). Sum of RGB (Red+Green+Blue) = 76+0+223=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00DF is #B3FF20. Grayscale: #2F2F2F. Windows color (decimal): -11796257 or 14614604. OLE color: 14614604.
HSL color Cylindrical-coordinate representation of color #4C00DF: hue angle of 260.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00DF is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 0 | 223 | - |
| CMYK | 0.66 | 1 | 0 | 0.13 |
| HSL | 260.45º | 1% | 0.44% | - |
| HSV(B) | 260.45º | 1% | 0.87% | - |
| XYZ | 16.3 | 6.86 | 70.28 | - |
| YUV | 48.15 | 226.68 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 223 | 0.66 | 1 | 0 | 0.13 | 260.45 | 1 | 0.44 |
| Hex | 4C | 0 | DF | 42 | 64 | 0 | D | 104 | 64 | 2C |
| Octal | 114 | 0 | 337 | 102 | 144 | 0 | 15 | 404 | 144 | 54 |
| Binary | 1001100 | 0 | 11011111 | 1000010 | 1100100 | 0 | 1101 | 100000100 | 1100100 | 101100 |
Color Harmonies of #4C00DF
Complementary color
Monochromatic Colors of #4C00DF
Black with #4C00DF
Text Example
Text Example
White with #4C00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C00DF; }
p { color: rgb(76,0,223); }
H1.HeaderClassName
{
color: #4C00DF;
}
.AnyTagClassName
{
color: #4C00DF;
}
</style>
background-color css
<style>
a { background-color: #4C00DF; }
a { background-color: rgb(76,0,223); }
div.DivClassName
{
background-color: #4C00DF;
}
.BgClassName
{
background-color: #4C00DF;
}
</style>
border-color css
<style>
span { border-color: #4C00DF; }
span { border-color: rgb(76,0,223); }
td.TdClassName
{
border-color: #4C00DF;
}
.TagClassName
{
border-color: #4C00DF;
}
</style>