Shades of Han Purple #4715DB
Tints of Han Purple #4715DB
RGB
CMYK
RGB Variations
Color information
#4715DB (or 0x4715DB) is known color: Han Purple. HEX triplet: 47, 15 and DB. RGB value is (71,21,219). Sum of RGB (Red+Green+Blue) = 71+21+219=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #4715DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4715DB is #B8EA24. Grayscale: #393939. Windows color (decimal): -12118565 or 14357831. OLE color: 14357831.
HSL color Cylindrical-coordinate representation of color #4715DB: hue angle of 255.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4715DB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 21 | 219 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.14 |
| HSL | 255.15º | 0.83% | 0.47% | - |
| HSV(B) | 255.15º | 0.9% | 0.86% | - |
| XYZ | 15.65 | 6.99 | 67.54 | - |
| YUV | 58.52 | 218.57 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 219 | 0.68 | 0.90 | 0 | 0.14 | 255.15 | 0.83 | 0.47 |
| Hex | 47 | 15 | DB | 44 | 5A | 0 | E | FF | 52 | 2F |
| Octal | 107 | 25 | 333 | 104 | 132 | 0 | 16 | 377 | 122 | 57 |
| Binary | 1000111 | 10101 | 11011011 | 1000100 | 1011010 | 0 | 1110 | 11111111 | 1010010 | 101111 |
Color Harmonies of #4715DB
Complementary color
Monochromatic Colors of #4715DB
Black with #4715DB
Text Example
Text Example
White with #4715DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4715DB; }
p { color: rgb(71,21,219); }
H1.HeaderClassName
{
color: #4715DB;
}
.AnyTagClassName
{
color: #4715DB;
}
</style>
background-color css
<style>
a { background-color: #4715DB; }
a { background-color: rgb(71,21,219); }
div.DivClassName
{
background-color: #4715DB;
}
.BgClassName
{
background-color: #4715DB;
}
</style>
border-color css
<style>
span { border-color: #4715DB; }
span { border-color: rgb(71,21,219); }
td.TdClassName
{
border-color: #4715DB;
}
.TagClassName
{
border-color: #4715DB;
}
</style>