Shades of Han Purple #3F14DA
Tints of Han Purple #3F14DA
RGB
CMYK
RGB Variations
Color information
#3F14DA (or 0x3F14DA) is known color: Han Purple. HEX triplet: 3F, 14 and DA. RGB value is (63,20,218). Sum of RGB (Red+Green+Blue) = 63+20+218=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F14DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14DA is #C0EB25. Grayscale: #363636. Windows color (decimal): -12643110 or 14292031. OLE color: 14292031.
HSL color Cylindrical-coordinate representation of color #3F14DA: hue angle of 253.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F14DA is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 20 | 218 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.15 |
| HSL | 253.03º | 0.83% | 0.47% | - |
| HSV(B) | 253.03º | 0.91% | 0.85% | - |
| XYZ | 14.95 | 6.62 | 66.82 | - |
| YUV | 55.43 | 219.75 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 218 | 0.71 | 0.91 | 0 | 0.15 | 253.03 | 0.83 | 0.47 |
| Hex | 3F | 14 | DA | 47 | 5B | 0 | F | FD | 53 | 2F |
| Octal | 77 | 24 | 332 | 107 | 133 | 0 | 17 | 375 | 123 | 57 |
| Binary | 111111 | 10100 | 11011010 | 1000111 | 1011011 | 0 | 1111 | 11111101 | 1010011 | 101111 |
Color Harmonies of #3F14DA
Complementary color
Monochromatic Colors of #3F14DA
Black with #3F14DA
Text Example
Text Example
White with #3F14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F14DA; }
p { color: rgb(63,20,218); }
H1.HeaderClassName
{
color: #3F14DA;
}
.AnyTagClassName
{
color: #3F14DA;
}
</style>
background-color css
<style>
a { background-color: #3F14DA; }
a { background-color: rgb(63,20,218); }
div.DivClassName
{
background-color: #3F14DA;
}
.BgClassName
{
background-color: #3F14DA;
}
</style>
border-color css
<style>
span { border-color: #3F14DA; }
span { border-color: rgb(63,20,218); }
td.TdClassName
{
border-color: #3F14DA;
}
.TagClassName
{
border-color: #3F14DA;
}
</style>