Shades of Han Purple #3F0ACF
Tints of Han Purple #3F0ACF
RGB
CMYK
RGB Variations
Color information
#3F0ACF (or 0x3F0ACF) is known color: Han Purple. HEX triplet: 3F, 0A and CF. RGB value is (63,10,207). Sum of RGB (Red+Green+Blue) = 63+10+207=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F0ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ACF is #C0F530. Grayscale: #2F2F2F. Windows color (decimal): -12645681 or 13568575. OLE color: 13568575.
HSL color Cylindrical-coordinate representation of color #3F0ACF: hue angle of 256.14º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ACF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 10 | 207 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.19 |
| HSL | 256.14º | 0.91% | 0.43% | - |
| HSV(B) | 256.14º | 0.95% | 0.81% | - |
| XYZ | 13.42 | 5.78 | 59.44 | - |
| YUV | 48.31 | 217.56 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 207 | 0.70 | 0.95 | 0 | 0.19 | 256.14 | 0.91 | 0.43 |
| Hex | 3F | A | CF | 46 | 5F | 0 | 13 | 100 | 5B | 2B |
| Octal | 77 | 12 | 317 | 106 | 137 | 0 | 23 | 400 | 133 | 53 |
| Binary | 111111 | 1010 | 11001111 | 1000110 | 1011111 | 0 | 10011 | 100000000 | 1011011 | 101011 |
Color Harmonies of #3F0ACF
Complementary color
Monochromatic Colors of #3F0ACF
Black with #3F0ACF
Text Example
Text Example
White with #3F0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0ACF; }
p { color: rgb(63,10,207); }
H1.HeaderClassName
{
color: #3F0ACF;
}
.AnyTagClassName
{
color: #3F0ACF;
}
</style>
background-color css
<style>
a { background-color: #3F0ACF; }
a { background-color: rgb(63,10,207); }
div.DivClassName
{
background-color: #3F0ACF;
}
.BgClassName
{
background-color: #3F0ACF;
}
</style>
border-color css
<style>
span { border-color: #3F0ACF; }
span { border-color: rgb(63,10,207); }
td.TdClassName
{
border-color: #3F0ACF;
}
.TagClassName
{
border-color: #3F0ACF;
}
</style>