Shades of Han Purple #4717DA
Tints of Han Purple #4717DA
RGB
CMYK
RGB Variations
Color information
#4717DA (or 0x4717DA) is known color: Han Purple. HEX triplet: 47, 17 and DA. RGB value is (71,23,218). Sum of RGB (Red+Green+Blue) = 71+23+218=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #4717DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4717DA is #B8E825. Grayscale: #3A3A3A. Windows color (decimal): -12118054 or 14292807. OLE color: 14292807.
HSL color Cylindrical-coordinate representation of color #4717DA: hue angle of 254.77º 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 #4717DA is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 23 | 218 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.15 |
| HSL | 254.77º | 0.81% | 0.47% | - |
| HSV(B) | 254.77º | 0.89% | 0.85% | - |
| XYZ | 15.56 | 7.01 | 66.86 | - |
| YUV | 59.58 | 217.4 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 218 | 0.67 | 0.89 | 0 | 0.15 | 254.77 | 0.81 | 0.47 |
| Hex | 47 | 17 | DA | 43 | 59 | 0 | F | FF | 51 | 2F |
| Octal | 107 | 27 | 332 | 103 | 131 | 0 | 17 | 377 | 121 | 57 |
| Binary | 1000111 | 10111 | 11011010 | 1000011 | 1011001 | 0 | 1111 | 11111111 | 1010001 | 101111 |
Color Harmonies of #4717DA
Complementary color
Monochromatic Colors of #4717DA
Black with #4717DA
Text Example
Text Example
White with #4717DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4717DA; }
p { color: rgb(71,23,218); }
H1.HeaderClassName
{
color: #4717DA;
}
.AnyTagClassName
{
color: #4717DA;
}
</style>
background-color css
<style>
a { background-color: #4717DA; }
a { background-color: rgb(71,23,218); }
div.DivClassName
{
background-color: #4717DA;
}
.BgClassName
{
background-color: #4717DA;
}
</style>
border-color css
<style>
span { border-color: #4717DA; }
span { border-color: rgb(71,23,218); }
td.TdClassName
{
border-color: #4717DA;
}
.TagClassName
{
border-color: #4717DA;
}
</style>