Shades of Han Purple #3F07F8
Tints of Han Purple #3F07F8
RGB
CMYK
RGB Variations
Color information
#3F07F8 (or 0x3F07F8) is known color: Han Purple. HEX triplet: 3F, 07 and F8. RGB value is (63,7,248). Sum of RGB (Red+Green+Blue) = 63+7+248=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 248 (97.27% from 255 or 77.99% from 318); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F07F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F07F8 is #C0F807. Grayscale: #323232. Windows color (decimal): -12646408 or 16254783. OLE color: 16254783.
HSL color Cylindrical-coordinate representation of color #3F07F8: hue angle of 253.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F07F8 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 7 | 248 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.03 |
| HSL | 253.94º | 0.95% | 0.5% | - |
| HSV(B) | 253.94º | 0.97% | 0.97% | - |
| XYZ | 19.07 | 7.99 | 89.34 | - |
| YUV | 51.22 | 239.05 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 248 | 0.75 | 0.97 | 0 | 0.03 | 253.94 | 0.95 | 0.5 |
| Hex | 3F | 7 | F8 | 4B | 61 | 0 | 3 | FE | 5F | 32 |
| Octal | 77 | 7 | 370 | 113 | 141 | 0 | 3 | 376 | 137 | 62 |
| Binary | 111111 | 111 | 11111000 | 1001011 | 1100001 | 0 | 11 | 11111110 | 1011111 | 110010 |
Color Harmonies of #3F07F8
Complementary color
Monochromatic Colors of #3F07F8
Black with #3F07F8
Text Example
Text Example
White with #3F07F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F07F8; }
p { color: rgb(63,7,248); }
H1.HeaderClassName
{
color: #3F07F8;
}
.AnyTagClassName
{
color: #3F07F8;
}
</style>
background-color css
<style>
a { background-color: #3F07F8; }
a { background-color: rgb(63,7,248); }
div.DivClassName
{
background-color: #3F07F8;
}
.BgClassName
{
background-color: #3F07F8;
}
</style>
border-color css
<style>
span { border-color: #3F07F8; }
span { border-color: rgb(63,7,248); }
td.TdClassName
{
border-color: #3F07F8;
}
.TagClassName
{
border-color: #3F07F8;
}
</style>