Shades of Han Purple #3F03FD
Tints of Han Purple #3F03FD
RGB
CMYK
RGB Variations
Color information
#3F03FD (or 0x3F03FD) is known color: Han Purple. HEX triplet: 3F, 03 and FD. RGB value is (63,3,253). Sum of RGB (Red+Green+Blue) = 63+3+253=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F03FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F03FD is #C0FC02. Grayscale: #303030. Windows color (decimal): -12647427 or 16581439. OLE color: 16581439.
HSL color Cylindrical-coordinate representation of color #3F03FD: hue angle of 254.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F03FD is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 3 | 253 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.01 |
| HSL | 254.4º | 0.98% | 0.5% | - |
| HSV(B) | 254.4º | 0.99% | 0.99% | - |
| XYZ | 19.81 | 8.21 | 93.47 | - |
| YUV | 49.44 | 242.88 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 253 | 0.75 | 0.99 | 0 | 0.01 | 254.4 | 0.98 | 0.5 |
| Hex | 3F | 3 | FD | 4B | 63 | 0 | 1 | FE | 62 | 32 |
| Octal | 77 | 3 | 375 | 113 | 143 | 0 | 1 | 376 | 142 | 62 |
| Binary | 111111 | 11 | 11111101 | 1001011 | 1100011 | 0 | 1 | 11111110 | 1100010 | 110010 |
Color Harmonies of #3F03FD
Complementary color
Monochromatic Colors of #3F03FD
Black with #3F03FD
Text Example
Text Example
White with #3F03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03FD; }
p { color: rgb(63,3,253); }
H1.HeaderClassName
{
color: #3F03FD;
}
.AnyTagClassName
{
color: #3F03FD;
}
</style>
background-color css
<style>
a { background-color: #3F03FD; }
a { background-color: rgb(63,3,253); }
div.DivClassName
{
background-color: #3F03FD;
}
.BgClassName
{
background-color: #3F03FD;
}
</style>
border-color css
<style>
span { border-color: #3F03FD; }
span { border-color: rgb(63,3,253); }
td.TdClassName
{
border-color: #3F03FD;
}
.TagClassName
{
border-color: #3F03FD;
}
</style>