Shades of Han Purple #3F0FDF
Tints of Han Purple #3F0FDF
RGB
CMYK
RGB Variations
Color information
#3F0FDF (or 0x3F0FDF) is known color: Han Purple. HEX triplet: 3F, 0F and DF. RGB value is (63,15,223). Sum of RGB (Red+Green+Blue) = 63+15+223=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FDF is #C0F020. Grayscale: #343434. Windows color (decimal): -12644385 or 14618431. OLE color: 14618431.
HSL color Cylindrical-coordinate representation of color #3F0FDF: hue angle of 253.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FDF is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 15 | 223 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.13 |
| HSL | 253.85º | 0.87% | 0.47% | - |
| HSV(B) | 253.85º | 0.93% | 0.87% | - |
| XYZ | 15.54 | 6.73 | 70.29 | - |
| YUV | 53.06 | 223.9 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 223 | 0.72 | 0.93 | 0 | 0.13 | 253.85 | 0.87 | 0.47 |
| Hex | 3F | F | DF | 48 | 5D | 0 | D | FE | 57 | 2F |
| Octal | 77 | 17 | 337 | 110 | 135 | 0 | 15 | 376 | 127 | 57 |
| Binary | 111111 | 1111 | 11011111 | 1001000 | 1011101 | 0 | 1101 | 11111110 | 1010111 | 101111 |
Color Harmonies of #3F0FDF
Complementary color
Monochromatic Colors of #3F0FDF
Black with #3F0FDF
Text Example
Text Example
White with #3F0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FDF; }
p { color: rgb(63,15,223); }
H1.HeaderClassName
{
color: #3F0FDF;
}
.AnyTagClassName
{
color: #3F0FDF;
}
</style>
background-color css
<style>
a { background-color: #3F0FDF; }
a { background-color: rgb(63,15,223); }
div.DivClassName
{
background-color: #3F0FDF;
}
.BgClassName
{
background-color: #3F0FDF;
}
</style>
border-color css
<style>
span { border-color: #3F0FDF; }
span { border-color: rgb(63,15,223); }
td.TdClassName
{
border-color: #3F0FDF;
}
.TagClassName
{
border-color: #3F0FDF;
}
</style>