Shades of Han Purple #3F0FCF
Tints of Han Purple #3F0FCF
RGB
CMYK
RGB Variations
Color information
#3F0FCF (or 0x3F0FCF) is known color: Han Purple. HEX triplet: 3F, 0F and CF. RGB value is (63,15,207). Sum of RGB (Red+Green+Blue) = 63+15+207=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F0FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FCF is #C0F030. Grayscale: #323232. Windows color (decimal): -12644401 or 13569855. OLE color: 13569855.
HSL color Cylindrical-coordinate representation of color #3F0FCF: hue angle of 255º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FCF is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 15 | 207 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.19 |
| HSL | 255º | 0.86% | 0.44% | - |
| HSV(B) | 255º | 0.93% | 0.81% | - |
| XYZ | 13.48 | 5.9 | 59.46 | - |
| YUV | 51.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 207 | 0.70 | 0.93 | 0 | 0.19 | 255 | 0.86 | 0.44 |
| Hex | 3F | F | CF | 46 | 5D | 0 | 13 | FF | 56 | 2C |
| Octal | 77 | 17 | 317 | 106 | 135 | 0 | 23 | 377 | 126 | 54 |
| Binary | 111111 | 1111 | 11001111 | 1000110 | 1011101 | 0 | 10011 | 11111111 | 1010110 | 101100 |
Color Harmonies of #3F0FCF
Complementary color
Monochromatic Colors of #3F0FCF
Black with #3F0FCF
Text Example
Text Example
White with #3F0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FCF; }
p { color: rgb(63,15,207); }
H1.HeaderClassName
{
color: #3F0FCF;
}
.AnyTagClassName
{
color: #3F0FCF;
}
</style>
background-color css
<style>
a { background-color: #3F0FCF; }
a { background-color: rgb(63,15,207); }
div.DivClassName
{
background-color: #3F0FCF;
}
.BgClassName
{
background-color: #3F0FCF;
}
</style>
border-color css
<style>
span { border-color: #3F0FCF; }
span { border-color: rgb(63,15,207); }
td.TdClassName
{
border-color: #3F0FCF;
}
.TagClassName
{
border-color: #3F0FCF;
}
</style>