Shades of Han Purple #4704DB
Tints of Han Purple #4704DB
RGB
CMYK
RGB Variations
Color information
#4704DB (or 0x4704DB) is known color: Han Purple. HEX triplet: 47, 04 and DB. RGB value is (71,4,219). Sum of RGB (Red+Green+Blue) = 71+4+219=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #4704DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704DB is #B8FB24. Grayscale: #2F2F2F. Windows color (decimal): -12122917 or 14353479. OLE color: 14353479.
HSL color Cylindrical-coordinate representation of color #4704DB: hue angle of 258.7º 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 #4704DB is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 4 | 219 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.14 |
| HSL | 258.7º | 0.96% | 0.44% | - |
| HSV(B) | 258.7º | 0.98% | 0.86% | - |
| XYZ | 15.43 | 6.54 | 67.47 | - |
| YUV | 48.54 | 224.2 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 219 | 0.68 | 0.98 | 0 | 0.14 | 258.7 | 0.96 | 0.44 |
| Hex | 47 | 4 | DB | 44 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 107 | 4 | 333 | 104 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1000111 | 100 | 11011011 | 1000100 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4704DB
Complementary color
Monochromatic Colors of #4704DB
Black with #4704DB
Text Example
Text Example
White with #4704DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704DB; }
p { color: rgb(71,4,219); }
H1.HeaderClassName
{
color: #4704DB;
}
.AnyTagClassName
{
color: #4704DB;
}
</style>
background-color css
<style>
a { background-color: #4704DB; }
a { background-color: rgb(71,4,219); }
div.DivClassName
{
background-color: #4704DB;
}
.BgClassName
{
background-color: #4704DB;
}
</style>
border-color css
<style>
span { border-color: #4704DB; }
span { border-color: rgb(71,4,219); }
td.TdClassName
{
border-color: #4704DB;
}
.TagClassName
{
border-color: #4704DB;
}
</style>