Shades of Han Purple #4F03DB
Tints of Han Purple #4F03DB
RGB
CMYK
RGB Variations
Color information
#4F03DB (or 0x4F03DB) is known color: Han Purple. HEX triplet: 4F, 03 and DB. RGB value is (79,3,219). Sum of RGB (Red+Green+Blue) = 79+3+219=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F03DB is #B0FC24. Grayscale: #313131. Windows color (decimal): -11598885 or 14353231. OLE color: 14353231.
HSL color Cylindrical-coordinate representation of color #4F03DB: hue angle of 261.11º 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 #4F03DB is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 3 | 219 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.14 |
| HSL | 261.11º | 0.97% | 0.44% | - |
| HSV(B) | 261.11º | 0.99% | 0.86% | - |
| XYZ | 16.04 | 6.84 | 67.49 | - |
| YUV | 50.35 | 223.18 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 219 | 0.64 | 0.99 | 0 | 0.14 | 261.11 | 0.97 | 0.44 |
| Hex | 4F | 3 | DB | 40 | 63 | 0 | E | 105 | 61 | 2C |
| Octal | 117 | 3 | 333 | 100 | 143 | 0 | 16 | 405 | 141 | 54 |
| Binary | 1001111 | 11 | 11011011 | 1000000 | 1100011 | 0 | 1110 | 100000101 | 1100001 | 101100 |
Color Harmonies of #4F03DB
Complementary color
Monochromatic Colors of #4F03DB
Black with #4F03DB
Text Example
Text Example
White with #4F03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F03DB; }
p { color: rgb(79,3,219); }
H1.HeaderClassName
{
color: #4F03DB;
}
.AnyTagClassName
{
color: #4F03DB;
}
</style>
background-color css
<style>
a { background-color: #4F03DB; }
a { background-color: rgb(79,3,219); }
div.DivClassName
{
background-color: #4F03DB;
}
.BgClassName
{
background-color: #4F03DB;
}
</style>
border-color css
<style>
span { border-color: #4F03DB; }
span { border-color: rgb(79,3,219); }
td.TdClassName
{
border-color: #4F03DB;
}
.TagClassName
{
border-color: #4F03DB;
}
</style>