Shades of Han Purple #3F14DC
Tints of Han Purple #3F14DC
RGB
CMYK
RGB Variations
Color information
#3F14DC (or 0x3F14DC) is known color: Han Purple. HEX triplet: 3F, 14 and DC. RGB value is (63,20,220). Sum of RGB (Red+Green+Blue) = 63+20+220=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F14DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14DC is #C0EB23. Grayscale: #363636. Windows color (decimal): -12643108 or 14423103. OLE color: 14423103.
HSL color Cylindrical-coordinate representation of color #3F14DC: hue angle of 252.9º 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 #3F14DC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 20 | 220 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.14 |
| HSL | 252.9º | 0.83% | 0.47% | - |
| HSV(B) | 252.9º | 0.91% | 0.86% | - |
| XYZ | 15.22 | 6.72 | 68.21 | - |
| YUV | 55.66 | 220.75 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 220 | 0.71 | 0.91 | 0 | 0.14 | 252.9 | 0.83 | 0.47 |
| Hex | 3F | 14 | DC | 47 | 5B | 0 | E | FD | 53 | 2F |
| Octal | 77 | 24 | 334 | 107 | 133 | 0 | 16 | 375 | 123 | 57 |
| Binary | 111111 | 10100 | 11011100 | 1000111 | 1011011 | 0 | 1110 | 11111101 | 1010011 | 101111 |
Color Harmonies of #3F14DC
Complementary color
Monochromatic Colors of #3F14DC
Black with #3F14DC
Text Example
Text Example
White with #3F14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F14DC; }
p { color: rgb(63,20,220); }
H1.HeaderClassName
{
color: #3F14DC;
}
.AnyTagClassName
{
color: #3F14DC;
}
</style>
background-color css
<style>
a { background-color: #3F14DC; }
a { background-color: rgb(63,20,220); }
div.DivClassName
{
background-color: #3F14DC;
}
.BgClassName
{
background-color: #3F14DC;
}
</style>
border-color css
<style>
span { border-color: #3F14DC; }
span { border-color: rgb(63,20,220); }
td.TdClassName
{
border-color: #3F14DC;
}
.TagClassName
{
border-color: #3F14DC;
}
</style>