Shades of Han Purple #4714DB
Tints of Han Purple #4714DB
RGB
CMYK
RGB Variations
Color information
#4714DB (or 0x4714DB) is known color: Han Purple. HEX triplet: 47, 14 and DB. RGB value is (71,20,219). Sum of RGB (Red+Green+Blue) = 71+20+219=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #4714DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714DB is #B8EB24. Grayscale: #393939. Windows color (decimal): -12118821 or 14357575. OLE color: 14357575.
HSL color Cylindrical-coordinate representation of color #4714DB: hue angle of 255.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4714DB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 20 | 219 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.14 |
| HSL | 255.38º | 0.83% | 0.47% | - |
| HSV(B) | 255.38º | 0.91% | 0.86% | - |
| XYZ | 15.63 | 6.95 | 67.54 | - |
| YUV | 57.94 | 218.9 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 219 | 0.68 | 0.91 | 0 | 0.14 | 255.38 | 0.83 | 0.47 |
| Hex | 47 | 14 | DB | 44 | 5B | 0 | E | FF | 53 | 2F |
| Octal | 107 | 24 | 333 | 104 | 133 | 0 | 16 | 377 | 123 | 57 |
| Binary | 1000111 | 10100 | 11011011 | 1000100 | 1011011 | 0 | 1110 | 11111111 | 1010011 | 101111 |
Color Harmonies of #4714DB
Complementary color
Monochromatic Colors of #4714DB
Black with #4714DB
Text Example
Text Example
White with #4714DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714DB; }
p { color: rgb(71,20,219); }
H1.HeaderClassName
{
color: #4714DB;
}
.AnyTagClassName
{
color: #4714DB;
}
</style>
background-color css
<style>
a { background-color: #4714DB; }
a { background-color: rgb(71,20,219); }
div.DivClassName
{
background-color: #4714DB;
}
.BgClassName
{
background-color: #4714DB;
}
</style>
border-color css
<style>
span { border-color: #4714DB; }
span { border-color: rgb(71,20,219); }
td.TdClassName
{
border-color: #4714DB;
}
.TagClassName
{
border-color: #4714DB;
}
</style>