Shades of Han Purple #4B17E6
Tints of Han Purple #4B17E6
RGB
CMYK
RGB Variations
Color information
#4B17E6 (or 0x4B17E6) is known color: Han Purple. HEX triplet: 4B, 17 and E6. RGB value is (75,23,230). Sum of RGB (Red+Green+Blue) = 75+23+230=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #4B17E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B17E6 is #B4E819. Grayscale: #3D3D3D. Windows color (decimal): -11855898 or 15079243. OLE color: 15079243.
HSL color Cylindrical-coordinate representation of color #4B17E6: hue angle of 255.07º 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 #4B17E6 is Cyan = 0.67, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 23 | 230 | - |
| CMYK | 0.67 | 0.9 | 0 | 0.10 |
| HSL | 255.07º | 0.82% | 0.5% | - |
| HSV(B) | 255.07º | 0.9% | 0.9% | - |
| XYZ | 17.49 | 7.82 | 75.45 | - |
| YUV | 62.15 | 222.73 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 230 | 0.67 | 0.9 | 0 | 0.10 | 255.07 | 0.82 | 0.5 |
| Hex | 4B | 17 | E6 | 43 | 5A | 0 | A | FF | 52 | 32 |
| Octal | 113 | 27 | 346 | 103 | 132 | 0 | 12 | 377 | 122 | 62 |
| Binary | 1001011 | 10111 | 11100110 | 1000011 | 1011010 | 0 | 1010 | 11111111 | 1010010 | 110010 |
Color Harmonies of #4B17E6
Complementary color
Monochromatic Colors of #4B17E6
Black with #4B17E6
Text Example
Text Example
White with #4B17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B17E6; }
p { color: rgb(75,23,230); }
H1.HeaderClassName
{
color: #4B17E6;
}
.AnyTagClassName
{
color: #4B17E6;
}
</style>
background-color css
<style>
a { background-color: #4B17E6; }
a { background-color: rgb(75,23,230); }
div.DivClassName
{
background-color: #4B17E6;
}
.BgClassName
{
background-color: #4B17E6;
}
</style>
border-color css
<style>
span { border-color: #4B17E6; }
span { border-color: rgb(75,23,230); }
td.TdClassName
{
border-color: #4B17E6;
}
.TagClassName
{
border-color: #4B17E6;
}
</style>