Shades of Han Purple #4B17DA
Tints of Han Purple #4B17DA
RGB
CMYK
RGB Variations
Color information
#4B17DA (or 0x4B17DA) is known color: Han Purple. HEX triplet: 4B, 17 and DA. RGB value is (75,23,218). Sum of RGB (Red+Green+Blue) = 75+23+218=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B17DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B17DA is #B4E825. Grayscale: #3C3C3C. Windows color (decimal): -11855910 or 14292811. OLE color: 14292811.
HSL color Cylindrical-coordinate representation of color #4B17DA: hue angle of 256º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B17DA is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 23 | 218 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.15 |
| HSL | 256º | 0.81% | 0.47% | - |
| HSV(B) | 256º | 0.89% | 0.85% | - |
| XYZ | 15.86 | 7.17 | 66.88 | - |
| YUV | 60.78 | 216.73 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 218 | 0.66 | 0.89 | 0 | 0.15 | 256 | 0.81 | 0.47 |
| Hex | 4B | 17 | DA | 42 | 59 | 0 | F | 100 | 51 | 2F |
| Octal | 113 | 27 | 332 | 102 | 131 | 0 | 17 | 400 | 121 | 57 |
| Binary | 1001011 | 10111 | 11011010 | 1000010 | 1011001 | 0 | 1111 | 100000000 | 1010001 | 101111 |
Color Harmonies of #4B17DA
Complementary color
Monochromatic Colors of #4B17DA
Black with #4B17DA
Text Example
Text Example
White with #4B17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B17DA; }
p { color: rgb(75,23,218); }
H1.HeaderClassName
{
color: #4B17DA;
}
.AnyTagClassName
{
color: #4B17DA;
}
</style>
background-color css
<style>
a { background-color: #4B17DA; }
a { background-color: rgb(75,23,218); }
div.DivClassName
{
background-color: #4B17DA;
}
.BgClassName
{
background-color: #4B17DA;
}
</style>
border-color css
<style>
span { border-color: #4B17DA; }
span { border-color: rgb(75,23,218); }
td.TdClassName
{
border-color: #4B17DA;
}
.TagClassName
{
border-color: #4B17DA;
}
</style>