Shades of Han Purple #3F10DF
Tints of Han Purple #3F10DF
RGB
CMYK
RGB Variations
Color information
#3F10DF (or 0x3F10DF) is known color: Han Purple. HEX triplet: 3F, 10 and DF. RGB value is (63,16,223). Sum of RGB (Red+Green+Blue) = 63+16+223=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10DF is #C0EF20. Grayscale: #343434. Windows color (decimal): -12644129 or 14618687. OLE color: 14618687.
HSL color Cylindrical-coordinate representation of color #3F10DF: hue angle of 253.62º 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 #3F10DF is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 16 | 223 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.13 |
| HSL | 253.62º | 0.87% | 0.47% | - |
| HSV(B) | 253.62º | 0.93% | 0.87% | - |
| XYZ | 15.55 | 6.76 | 70.3 | - |
| YUV | 53.65 | 223.57 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 223 | 0.72 | 0.93 | 0 | 0.13 | 253.62 | 0.87 | 0.47 |
| Hex | 3F | 10 | DF | 48 | 5D | 0 | D | FE | 57 | 2F |
| Octal | 77 | 20 | 337 | 110 | 135 | 0 | 15 | 376 | 127 | 57 |
| Binary | 111111 | 10000 | 11011111 | 1001000 | 1011101 | 0 | 1101 | 11111110 | 1010111 | 101111 |
Color Harmonies of #3F10DF
Complementary color
Monochromatic Colors of #3F10DF
Black with #3F10DF
Text Example
Text Example
White with #3F10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10DF; }
p { color: rgb(63,16,223); }
H1.HeaderClassName
{
color: #3F10DF;
}
.AnyTagClassName
{
color: #3F10DF;
}
</style>
background-color css
<style>
a { background-color: #3F10DF; }
a { background-color: rgb(63,16,223); }
div.DivClassName
{
background-color: #3F10DF;
}
.BgClassName
{
background-color: #3F10DF;
}
</style>
border-color css
<style>
span { border-color: #3F10DF; }
span { border-color: rgb(63,16,223); }
td.TdClassName
{
border-color: #3F10DF;
}
.TagClassName
{
border-color: #3F10DF;
}
</style>