Shades of Han Purple #3F0AFD
Tints of Han Purple #3F0AFD
RGB
CMYK
RGB Variations
Color information
#3F0AFD (or 0x3F0AFD) is known color: Han Purple. HEX triplet: 3F, 0A and FD. RGB value is (63,10,253). Sum of RGB (Red+Green+Blue) = 63+10+253=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F0AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0AFD is #C0F502. Grayscale: #343434. Windows color (decimal): -12645635 or 16583231. OLE color: 16583231.
HSL color Cylindrical-coordinate representation of color #3F0AFD: hue angle of 253.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0AFD is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 10 | 253 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.01 |
| HSL | 253.09º | 0.98% | 0.52% | - |
| HSV(B) | 253.09º | 0.96% | 0.99% | - |
| XYZ | 19.89 | 8.37 | 93.5 | - |
| YUV | 53.55 | 240.56 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 253 | 0.75 | 0.96 | 0 | 0.01 | 253.09 | 0.98 | 0.52 |
| Hex | 3F | A | FD | 4B | 60 | 0 | 1 | FD | 62 | 34 |
| Octal | 77 | 12 | 375 | 113 | 140 | 0 | 1 | 375 | 142 | 64 |
| Binary | 111111 | 1010 | 11111101 | 1001011 | 1100000 | 0 | 1 | 11111101 | 1100010 | 110100 |
Color Harmonies of #3F0AFD
Complementary color
Monochromatic Colors of #3F0AFD
Black with #3F0AFD
Text Example
Text Example
White with #3F0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AFD; }
p { color: rgb(63,10,253); }
H1.HeaderClassName
{
color: #3F0AFD;
}
.AnyTagClassName
{
color: #3F0AFD;
}
</style>
background-color css
<style>
a { background-color: #3F0AFD; }
a { background-color: rgb(63,10,253); }
div.DivClassName
{
background-color: #3F0AFD;
}
.BgClassName
{
background-color: #3F0AFD;
}
</style>
border-color css
<style>
span { border-color: #3F0AFD; }
span { border-color: rgb(63,10,253); }
td.TdClassName
{
border-color: #3F0AFD;
}
.TagClassName
{
border-color: #3F0AFD;
}
</style>