Shades of Han Purple #4705DB
Tints of Han Purple #4705DB
RGB
CMYK
RGB Variations
Color information
#4705DB (or 0x4705DB) is known color: Han Purple. HEX triplet: 47, 05 and DB. RGB value is (71,5,219). Sum of RGB (Red+Green+Blue) = 71+5+219=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #4705DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4705DB is #B8FA24. Grayscale: #303030. Windows color (decimal): -12122661 or 14353735. OLE color: 14353735.
HSL color Cylindrical-coordinate representation of color #4705DB: hue angle of 258.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705DB is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 5 | 219 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.14 |
| HSL | 258.5º | 0.96% | 0.44% | - |
| HSV(B) | 258.5º | 0.98% | 0.86% | - |
| XYZ | 15.44 | 6.56 | 67.47 | - |
| YUV | 49.13 | 223.87 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 219 | 0.68 | 0.98 | 0 | 0.14 | 258.5 | 0.96 | 0.44 |
| Hex | 47 | 5 | DB | 44 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 107 | 5 | 333 | 104 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1000111 | 101 | 11011011 | 1000100 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4705DB
Complementary color
Monochromatic Colors of #4705DB
Black with #4705DB
Text Example
Text Example
White with #4705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705DB; }
p { color: rgb(71,5,219); }
H1.HeaderClassName
{
color: #4705DB;
}
.AnyTagClassName
{
color: #4705DB;
}
</style>
background-color css
<style>
a { background-color: #4705DB; }
a { background-color: rgb(71,5,219); }
div.DivClassName
{
background-color: #4705DB;
}
.BgClassName
{
background-color: #4705DB;
}
</style>
border-color css
<style>
span { border-color: #4705DB; }
span { border-color: rgb(71,5,219); }
td.TdClassName
{
border-color: #4705DB;
}
.TagClassName
{
border-color: #4705DB;
}
</style>