Shades of Han Purple #4C17E6
Tints of Han Purple #4C17E6
RGB
CMYK
RGB Variations
Color information
#4C17E6 (or 0x4C17E6) is known color: Han Purple. HEX triplet: 4C, 17 and E6. RGB value is (76,23,230). Sum of RGB (Red+Green+Blue) = 76+23+230=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #4C17E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C17E6 is #B3E819. Grayscale: #3D3D3D. Windows color (decimal): -11790362 or 15079244. OLE color: 15079244.
HSL color Cylindrical-coordinate representation of color #4C17E6: hue angle of 255.36º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C17E6 is Cyan = 0.67, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 23 | 230 | - |
| CMYK | 0.67 | 0.9 | 0 | 0.10 |
| HSL | 255.36º | 0.82% | 0.5% | - |
| HSV(B) | 255.36º | 0.9% | 0.9% | - |
| XYZ | 17.57 | 7.86 | 75.45 | - |
| YUV | 62.45 | 222.56 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 230 | 0.67 | 0.9 | 0 | 0.10 | 255.36 | 0.82 | 0.5 |
| Hex | 4C | 17 | E6 | 43 | 5A | 0 | A | FF | 52 | 32 |
| Octal | 114 | 27 | 346 | 103 | 132 | 0 | 12 | 377 | 122 | 62 |
| Binary | 1001100 | 10111 | 11100110 | 1000011 | 1011010 | 0 | 1010 | 11111111 | 1010010 | 110010 |
Color Harmonies of #4C17E6
Complementary color
Monochromatic Colors of #4C17E6
Black with #4C17E6
Text Example
Text Example
White with #4C17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C17E6; }
p { color: rgb(76,23,230); }
H1.HeaderClassName
{
color: #4C17E6;
}
.AnyTagClassName
{
color: #4C17E6;
}
</style>
background-color css
<style>
a { background-color: #4C17E6; }
a { background-color: rgb(76,23,230); }
div.DivClassName
{
background-color: #4C17E6;
}
.BgClassName
{
background-color: #4C17E6;
}
</style>
border-color css
<style>
span { border-color: #4C17E6; }
span { border-color: rgb(76,23,230); }
td.TdClassName
{
border-color: #4C17E6;
}
.TagClassName
{
border-color: #4C17E6;
}
</style>