Shades of Han Purple #4C1DFD
Tints of Han Purple #4C1DFD
RGB
CMYK
RGB Variations
Color information
#4C1DFD (or 0x4C1DFD) is known color: Han Purple. HEX triplet: 4C, 1D and FD. RGB value is (76,29,253). Sum of RGB (Red+Green+Blue) = 76+29+253=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C1DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1DFD is #B3E202. Grayscale: #434343. Windows color (decimal): -11788803 or 16588108. OLE color: 16588108.
HSL color Cylindrical-coordinate representation of color #4C1DFD: hue angle of 252.59º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1DFD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 29 | 253 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.01 |
| HSL | 252.59º | 0.98% | 0.55% | - |
| HSV(B) | 252.59º | 0.89% | 0.99% | - |
| XYZ | 21.15 | 9.51 | 93.65 | - |
| YUV | 68.59 | 232.07 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 29 | 253 | 0.70 | 0.89 | 0 | 0.01 | 252.59 | 0.98 | 0.55 |
| Hex | 4C | 1D | FD | 46 | 59 | 0 | 1 | FD | 62 | 37 |
| Octal | 114 | 35 | 375 | 106 | 131 | 0 | 1 | 375 | 142 | 67 |
| Binary | 1001100 | 11101 | 11111101 | 1000110 | 1011001 | 0 | 1 | 11111101 | 1100010 | 110111 |
Color Harmonies of #4C1DFD
Complementary color
Monochromatic Colors of #4C1DFD
Black with #4C1DFD
Text Example
Text Example
White with #4C1DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1DFD; }
p { color: rgb(76,29,253); }
H1.HeaderClassName
{
color: #4C1DFD;
}
.AnyTagClassName
{
color: #4C1DFD;
}
</style>
background-color css
<style>
a { background-color: #4C1DFD; }
a { background-color: rgb(76,29,253); }
div.DivClassName
{
background-color: #4C1DFD;
}
.BgClassName
{
background-color: #4C1DFD;
}
</style>
border-color css
<style>
span { border-color: #4C1DFD; }
span { border-color: rgb(76,29,253); }
td.TdClassName
{
border-color: #4C1DFD;
}
.TagClassName
{
border-color: #4C1DFD;
}
</style>