Shades of Han Purple #3F13FF
Tints of Han Purple #3F13FF
RGB
CMYK
RGB Variations
Color information
#3F13FF (or 0x3F13FF) is known color: Han Purple. HEX triplet: 3F, 13 and FF. RGB value is (63,19,255). Sum of RGB (Red+Green+Blue) = 63+19+255=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F13FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F13FF is #C0EC00. Grayscale: #3A3A3A. Windows color (decimal): -12643329 or 16716607. OLE color: 16716607.
HSL color Cylindrical-coordinate representation of color #3F13FF: hue angle of 251.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F13FF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 19 | 255 | - |
| CMYK | 0.75 | 0.93 | 0 | 0 |
| HSL | 251.19º | 1% | 0.54% | - |
| HSV(B) | 251.19º | 0.93% | 1% | - |
| XYZ | 20.33 | 8.74 | 95.22 | - |
| YUV | 59.06 | 238.58 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 255 | 0.75 | 0.93 | 0 | 0 | 251.19 | 1 | 0.54 |
| Hex | 3F | 13 | FF | 4B | 5D | 0 | 0 | FB | 64 | 36 |
| Octal | 77 | 23 | 377 | 113 | 135 | 0 | 0 | 373 | 144 | 66 |
| Binary | 111111 | 10011 | 11111111 | 1001011 | 1011101 | 0 | 0 | 11111011 | 1100100 | 110110 |
Color Harmonies of #3F13FF
Complementary color
Monochromatic Colors of #3F13FF
Black with #3F13FF
Text Example
Text Example
White with #3F13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F13FF; }
p { color: rgb(63,19,255); }
H1.HeaderClassName
{
color: #3F13FF;
}
.AnyTagClassName
{
color: #3F13FF;
}
</style>
background-color css
<style>
a { background-color: #3F13FF; }
a { background-color: rgb(63,19,255); }
div.DivClassName
{
background-color: #3F13FF;
}
.BgClassName
{
background-color: #3F13FF;
}
</style>
border-color css
<style>
span { border-color: #3F13FF; }
span { border-color: rgb(63,19,255); }
td.TdClassName
{
border-color: #3F13FF;
}
.TagClassName
{
border-color: #3F13FF;
}
</style>