Shades of Han Purple #4714DC
Tints of Han Purple #4714DC
RGB
CMYK
RGB Variations
Color information
#4714DC (or 0x4714DC) is known color: Han Purple. HEX triplet: 47, 14 and DC. RGB value is (71,20,220). Sum of RGB (Red+Green+Blue) = 71+20+220=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #4714DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714DC is #B8EB23. Grayscale: #393939. Windows color (decimal): -12118820 or 14423111. OLE color: 14423111.
HSL color Cylindrical-coordinate representation of color #4714DC: hue angle of 255.3º 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 #4714DC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 20 | 220 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.14 |
| HSL | 255.3º | 0.83% | 0.47% | - |
| HSV(B) | 255.3º | 0.91% | 0.86% | - |
| XYZ | 15.77 | 7.01 | 68.23 | - |
| YUV | 58.05 | 219.4 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 220 | 0.68 | 0.91 | 0 | 0.14 | 255.3 | 0.83 | 0.47 |
| Hex | 47 | 14 | DC | 44 | 5B | 0 | E | FF | 53 | 2F |
| Octal | 107 | 24 | 334 | 104 | 133 | 0 | 16 | 377 | 123 | 57 |
| Binary | 1000111 | 10100 | 11011100 | 1000100 | 1011011 | 0 | 1110 | 11111111 | 1010011 | 101111 |
Color Harmonies of #4714DC
Complementary color
Monochromatic Colors of #4714DC
Black with #4714DC
Text Example
Text Example
White with #4714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714DC; }
p { color: rgb(71,20,220); }
H1.HeaderClassName
{
color: #4714DC;
}
.AnyTagClassName
{
color: #4714DC;
}
</style>
background-color css
<style>
a { background-color: #4714DC; }
a { background-color: rgb(71,20,220); }
div.DivClassName
{
background-color: #4714DC;
}
.BgClassName
{
background-color: #4714DC;
}
</style>
border-color css
<style>
span { border-color: #4714DC; }
span { border-color: rgb(71,20,220); }
td.TdClassName
{
border-color: #4714DC;
}
.TagClassName
{
border-color: #4714DC;
}
</style>