Shades of Han Purple #4703DB
Tints of Han Purple #4703DB
RGB
CMYK
RGB Variations
Color information
#4703DB (or 0x4703DB) is known color: Han Purple. HEX triplet: 47, 03 and DB. RGB value is (71,3,219). Sum of RGB (Red+Green+Blue) = 71+3+219=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #4703DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4703DB is #B8FC24. Grayscale: #2F2F2F. Windows color (decimal): -12123173 or 14353223. OLE color: 14353223.
HSL color Cylindrical-coordinate representation of color #4703DB: hue angle of 258.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4703DB is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 3 | 219 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.14 |
| HSL | 258.89º | 0.97% | 0.44% | - |
| HSV(B) | 258.89º | 0.99% | 0.86% | - |
| XYZ | 15.42 | 6.52 | 67.46 | - |
| YUV | 47.96 | 224.53 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 219 | 0.68 | 0.99 | 0 | 0.14 | 258.89 | 0.97 | 0.44 |
| Hex | 47 | 3 | DB | 44 | 63 | 0 | E | 103 | 61 | 2C |
| Octal | 107 | 3 | 333 | 104 | 143 | 0 | 16 | 403 | 141 | 54 |
| Binary | 1000111 | 11 | 11011011 | 1000100 | 1100011 | 0 | 1110 | 100000011 | 1100001 | 101100 |
Color Harmonies of #4703DB
Complementary color
Monochromatic Colors of #4703DB
Black with #4703DB
Text Example
Text Example
White with #4703DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4703DB; }
p { color: rgb(71,3,219); }
H1.HeaderClassName
{
color: #4703DB;
}
.AnyTagClassName
{
color: #4703DB;
}
</style>
background-color css
<style>
a { background-color: #4703DB; }
a { background-color: rgb(71,3,219); }
div.DivClassName
{
background-color: #4703DB;
}
.BgClassName
{
background-color: #4703DB;
}
</style>
border-color css
<style>
span { border-color: #4703DB; }
span { border-color: rgb(71,3,219); }
td.TdClassName
{
border-color: #4703DB;
}
.TagClassName
{
border-color: #4703DB;
}
</style>