Shades of Han Purple #4718DB
Tints of Han Purple #4718DB
RGB
CMYK
RGB Variations
Color information
#4718DB (or 0x4718DB) is known color: Han Purple. HEX triplet: 47, 18 and DB. RGB value is (71,24,219). Sum of RGB (Red+Green+Blue) = 71+24+219=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #4718DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4718DB is #B8E724. Grayscale: #3B3B3B. Windows color (decimal): -12117797 or 14358599. OLE color: 14358599.
HSL color Cylindrical-coordinate representation of color #4718DB: hue angle of 254.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4718DB is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 24 | 219 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.14 |
| HSL | 254.46º | 0.8% | 0.48% | - |
| HSV(B) | 254.46º | 0.89% | 0.86% | - |
| XYZ | 15.71 | 7.11 | 67.56 | - |
| YUV | 60.28 | 217.57 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 219 | 0.68 | 0.89 | 0 | 0.14 | 254.46 | 0.8 | 0.48 |
| Hex | 47 | 18 | DB | 44 | 59 | 0 | E | FE | 50 | 30 |
| Octal | 107 | 30 | 333 | 104 | 131 | 0 | 16 | 376 | 120 | 60 |
| Binary | 1000111 | 11000 | 11011011 | 1000100 | 1011001 | 0 | 1110 | 11111110 | 1010000 | 110000 |
Color Harmonies of #4718DB
Complementary color
Monochromatic Colors of #4718DB
Black with #4718DB
Text Example
Text Example
White with #4718DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718DB; }
p { color: rgb(71,24,219); }
H1.HeaderClassName
{
color: #4718DB;
}
.AnyTagClassName
{
color: #4718DB;
}
</style>
background-color css
<style>
a { background-color: #4718DB; }
a { background-color: rgb(71,24,219); }
div.DivClassName
{
background-color: #4718DB;
}
.BgClassName
{
background-color: #4718DB;
}
</style>
border-color css
<style>
span { border-color: #4718DB; }
span { border-color: rgb(71,24,219); }
td.TdClassName
{
border-color: #4718DB;
}
.TagClassName
{
border-color: #4718DB;
}
</style>