Shades of Han Purple #4C13DA
Tints of Han Purple #4C13DA
RGB
CMYK
RGB Variations
Color information
#4C13DA (or 0x4C13DA) is known color: Han Purple. HEX triplet: 4C, 13 and DA. RGB value is (76,19,218). Sum of RGB (Red+Green+Blue) = 76+19+218=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C13DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C13DA is #B3EC25. Grayscale: #393939. Windows color (decimal): -11791398 or 14291788. OLE color: 14291788.
HSL color Cylindrical-coordinate representation of color #4C13DA: hue angle of 257.19º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C13DA is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 19 | 218 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.15 |
| HSL | 257.19º | 0.84% | 0.46% | - |
| HSV(B) | 257.19º | 0.91% | 0.85% | - |
| XYZ | 15.87 | 7.06 | 66.86 | - |
| YUV | 58.73 | 217.88 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 218 | 0.65 | 0.91 | 0 | 0.15 | 257.19 | 0.84 | 0.46 |
| Hex | 4C | 13 | DA | 41 | 5B | 0 | F | 101 | 54 | 2E |
| Octal | 114 | 23 | 332 | 101 | 133 | 0 | 17 | 401 | 124 | 56 |
| Binary | 1001100 | 10011 | 11011010 | 1000001 | 1011011 | 0 | 1111 | 100000001 | 1010100 | 101110 |
Color Harmonies of #4C13DA
Complementary color
Monochromatic Colors of #4C13DA
Black with #4C13DA
Text Example
Text Example
White with #4C13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C13DA; }
p { color: rgb(76,19,218); }
H1.HeaderClassName
{
color: #4C13DA;
}
.AnyTagClassName
{
color: #4C13DA;
}
</style>
background-color css
<style>
a { background-color: #4C13DA; }
a { background-color: rgb(76,19,218); }
div.DivClassName
{
background-color: #4C13DA;
}
.BgClassName
{
background-color: #4C13DA;
}
</style>
border-color css
<style>
span { border-color: #4C13DA; }
span { border-color: rgb(76,19,218); }
td.TdClassName
{
border-color: #4C13DA;
}
.TagClassName
{
border-color: #4C13DA;
}
</style>