Shades of Han Purple #3F05FC
Tints of Han Purple #3F05FC
RGB
CMYK
RGB Variations
Color information
#3F05FC (or 0x3F05FC) is known color: Han Purple. HEX triplet: 3F, 05 and FC. RGB value is (63,5,252). Sum of RGB (Red+Green+Blue) = 63+5+252=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F05FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F05FC is #C0FA03. Grayscale: #313131. Windows color (decimal): -12646916 or 16516415. OLE color: 16516415.
HSL color Cylindrical-coordinate representation of color #3F05FC: hue angle of 254.09º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05FC is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 5 | 252 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.01 |
| HSL | 254.09º | 0.98% | 0.5% | - |
| HSV(B) | 254.09º | 0.98% | 0.99% | - |
| XYZ | 19.67 | 8.19 | 92.64 | - |
| YUV | 50.5 | 241.72 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 252 | 0.75 | 0.98 | 0 | 0.01 | 254.09 | 0.98 | 0.5 |
| Hex | 3F | 5 | FC | 4B | 62 | 0 | 1 | FE | 62 | 32 |
| Octal | 77 | 5 | 374 | 113 | 142 | 0 | 1 | 376 | 142 | 62 |
| Binary | 111111 | 101 | 11111100 | 1001011 | 1100010 | 0 | 1 | 11111110 | 1100010 | 110010 |
Color Harmonies of #3F05FC
Complementary color
Monochromatic Colors of #3F05FC
Black with #3F05FC
Text Example
Text Example
White with #3F05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05FC; }
p { color: rgb(63,5,252); }
H1.HeaderClassName
{
color: #3F05FC;
}
.AnyTagClassName
{
color: #3F05FC;
}
</style>
background-color css
<style>
a { background-color: #3F05FC; }
a { background-color: rgb(63,5,252); }
div.DivClassName
{
background-color: #3F05FC;
}
.BgClassName
{
background-color: #3F05FC;
}
</style>
border-color css
<style>
span { border-color: #3F05FC; }
span { border-color: rgb(63,5,252); }
td.TdClassName
{
border-color: #3F05FC;
}
.TagClassName
{
border-color: #3F05FC;
}
</style>