Shades of Han Purple #4714DA
Tints of Han Purple #4714DA
RGB
CMYK
RGB Variations
Color information
#4714DA (or 0x4714DA) is known color: Han Purple. HEX triplet: 47, 14 and DA. RGB value is (71,20,218). Sum of RGB (Red+Green+Blue) = 71+20+218=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #4714DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714DA is #B8EB25. Grayscale: #393939. Windows color (decimal): -12118822 or 14292039. OLE color: 14292039.
HSL color Cylindrical-coordinate representation of color #4714DA: hue angle of 255.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4714DA is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 20 | 218 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.15 |
| HSL | 255.45º | 0.83% | 0.47% | - |
| HSV(B) | 255.45º | 0.91% | 0.85% | - |
| XYZ | 15.5 | 6.9 | 66.84 | - |
| YUV | 57.82 | 218.4 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 218 | 0.67 | 0.91 | 0 | 0.15 | 255.45 | 0.83 | 0.47 |
| Hex | 47 | 14 | DA | 43 | 5B | 0 | F | FF | 53 | 2F |
| Octal | 107 | 24 | 332 | 103 | 133 | 0 | 17 | 377 | 123 | 57 |
| Binary | 1000111 | 10100 | 11011010 | 1000011 | 1011011 | 0 | 1111 | 11111111 | 1010011 | 101111 |
Color Harmonies of #4714DA
Complementary color
Monochromatic Colors of #4714DA
Black with #4714DA
Text Example
Text Example
White with #4714DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714DA; }
p { color: rgb(71,20,218); }
H1.HeaderClassName
{
color: #4714DA;
}
.AnyTagClassName
{
color: #4714DA;
}
</style>
background-color css
<style>
a { background-color: #4714DA; }
a { background-color: rgb(71,20,218); }
div.DivClassName
{
background-color: #4714DA;
}
.BgClassName
{
background-color: #4714DA;
}
</style>
border-color css
<style>
span { border-color: #4714DA; }
span { border-color: rgb(71,20,218); }
td.TdClassName
{
border-color: #4714DA;
}
.TagClassName
{
border-color: #4714DA;
}
</style>