Shades of Han Purple #3F0FD1
Tints of Han Purple #3F0FD1
RGB
CMYK
RGB Variations
Color information
#3F0FD1 (or 0x3F0FD1) is known color: Han Purple. HEX triplet: 3F, 0F and D1. RGB value is (63,15,209). Sum of RGB (Red+Green+Blue) = 63+15+209=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F0FD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FD1 is #C0F02E. Grayscale: #323232. Windows color (decimal): -12644399 or 13700927. OLE color: 13700927.
HSL color Cylindrical-coordinate representation of color #3F0FD1: hue angle of 254.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FD1 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 15 | 209 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.18 |
| HSL | 254.85º | 0.87% | 0.44% | - |
| HSV(B) | 254.85º | 0.93% | 0.82% | - |
| XYZ | 13.73 | 6 | 60.76 | - |
| YUV | 51.47 | 216.9 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 209 | 0.70 | 0.93 | 0 | 0.18 | 254.85 | 0.87 | 0.44 |
| Hex | 3F | F | D1 | 46 | 5D | 0 | 12 | FF | 57 | 2C |
| Octal | 77 | 17 | 321 | 106 | 135 | 0 | 22 | 377 | 127 | 54 |
| Binary | 111111 | 1111 | 11010001 | 1000110 | 1011101 | 0 | 10010 | 11111111 | 1010111 | 101100 |
Color Harmonies of #3F0FD1
Complementary color
Monochromatic Colors of #3F0FD1
Black with #3F0FD1
Text Example
Text Example
White with #3F0FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FD1; }
p { color: rgb(63,15,209); }
H1.HeaderClassName
{
color: #3F0FD1;
}
.AnyTagClassName
{
color: #3F0FD1;
}
</style>
background-color css
<style>
a { background-color: #3F0FD1; }
a { background-color: rgb(63,15,209); }
div.DivClassName
{
background-color: #3F0FD1;
}
.BgClassName
{
background-color: #3F0FD1;
}
</style>
border-color css
<style>
span { border-color: #3F0FD1; }
span { border-color: rgb(63,15,209); }
td.TdClassName
{
border-color: #3F0FD1;
}
.TagClassName
{
border-color: #3F0FD1;
}
</style>