Shades of Han Purple #3F14DB
Tints of Han Purple #3F14DB
RGB
CMYK
RGB Variations
Color information
#3F14DB (or 0x3F14DB) is known color: Han Purple. HEX triplet: 3F, 14 and DB. RGB value is (63,20,219). Sum of RGB (Red+Green+Blue) = 63+20+219=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F14DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14DB is #C0EB24. Grayscale: #363636. Windows color (decimal): -12643109 or 14357567. OLE color: 14357567.
HSL color Cylindrical-coordinate representation of color #3F14DB: hue angle of 252.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F14DB is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 20 | 219 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.14 |
| HSL | 252.96º | 0.83% | 0.47% | - |
| HSV(B) | 252.96º | 0.91% | 0.86% | - |
| XYZ | 15.09 | 6.67 | 67.51 | - |
| YUV | 55.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 219 | 0.71 | 0.91 | 0 | 0.14 | 252.96 | 0.83 | 0.47 |
| Hex | 3F | 14 | DB | 47 | 5B | 0 | E | FD | 53 | 2F |
| Octal | 77 | 24 | 333 | 107 | 133 | 0 | 16 | 375 | 123 | 57 |
| Binary | 111111 | 10100 | 11011011 | 1000111 | 1011011 | 0 | 1110 | 11111101 | 1010011 | 101111 |
Color Harmonies of #3F14DB
Complementary color
Monochromatic Colors of #3F14DB
Black with #3F14DB
Text Example
Text Example
White with #3F14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F14DB; }
p { color: rgb(63,20,219); }
H1.HeaderClassName
{
color: #3F14DB;
}
.AnyTagClassName
{
color: #3F14DB;
}
</style>
background-color css
<style>
a { background-color: #3F14DB; }
a { background-color: rgb(63,20,219); }
div.DivClassName
{
background-color: #3F14DB;
}
.BgClassName
{
background-color: #3F14DB;
}
</style>
border-color css
<style>
span { border-color: #3F14DB; }
span { border-color: rgb(63,20,219); }
td.TdClassName
{
border-color: #3F14DB;
}
.TagClassName
{
border-color: #3F14DB;
}
</style>