Shades of Han Purple #4C15E5
Tints of Han Purple #4C15E5
RGB
CMYK
RGB Variations
Color information
#4C15E5 (or 0x4C15E5) is known color: Han Purple. HEX triplet: 4C, 15 and E5. RGB value is (76,21,229). Sum of RGB (Red+Green+Blue) = 76+21+229=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C15E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C15E5 is #B3EA1A. Grayscale: #3C3C3C. Windows color (decimal): -11790875 or 15013196. OLE color: 15013196.
HSL color Cylindrical-coordinate representation of color #4C15E5: hue angle of 255.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C15E5 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 21 | 229 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.10 |
| HSL | 255.87º | 0.83% | 0.49% | - |
| HSV(B) | 255.87º | 0.91% | 0.9% | - |
| XYZ | 17.39 | 7.73 | 74.7 | - |
| YUV | 61.16 | 222.72 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 229 | 0.67 | 0.91 | 0 | 0.10 | 255.87 | 0.83 | 0.49 |
| Hex | 4C | 15 | E5 | 43 | 5B | 0 | A | 100 | 53 | 31 |
| Octal | 114 | 25 | 345 | 103 | 133 | 0 | 12 | 400 | 123 | 61 |
| Binary | 1001100 | 10101 | 11100101 | 1000011 | 1011011 | 0 | 1010 | 100000000 | 1010011 | 110001 |
Color Harmonies of #4C15E5
Complementary color
Monochromatic Colors of #4C15E5
Black with #4C15E5
Text Example
Text Example
White with #4C15E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C15E5; }
p { color: rgb(76,21,229); }
H1.HeaderClassName
{
color: #4C15E5;
}
.AnyTagClassName
{
color: #4C15E5;
}
</style>
background-color css
<style>
a { background-color: #4C15E5; }
a { background-color: rgb(76,21,229); }
div.DivClassName
{
background-color: #4C15E5;
}
.BgClassName
{
background-color: #4C15E5;
}
</style>
border-color css
<style>
span { border-color: #4C15E5; }
span { border-color: rgb(76,21,229); }
td.TdClassName
{
border-color: #4C15E5;
}
.TagClassName
{
border-color: #4C15E5;
}
</style>