Shades of Han Purple #3F14CF
Tints of Han Purple #3F14CF
RGB
CMYK
RGB Variations
Color information
#3F14CF (or 0x3F14CF) is known color: Han Purple. HEX triplet: 3F, 14 and CF. RGB value is (63,20,207). Sum of RGB (Red+Green+Blue) = 63+20+207=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F14CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14CF is #C0EB30. Grayscale: #353535. Windows color (decimal): -12643121 or 13571135. OLE color: 13571135.
HSL color Cylindrical-coordinate representation of color #3F14CF: hue angle of 253.8º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F14CF is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 20 | 207 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.19 |
| HSL | 253.8º | 0.82% | 0.45% | - |
| HSV(B) | 253.8º | 0.9% | 0.81% | - |
| XYZ | 13.56 | 6.06 | 59.49 | - |
| YUV | 54.18 | 214.25 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 207 | 0.70 | 0.90 | 0 | 0.19 | 253.8 | 0.82 | 0.45 |
| Hex | 3F | 14 | CF | 46 | 5A | 0 | 13 | FE | 52 | 2D |
| Octal | 77 | 24 | 317 | 106 | 132 | 0 | 23 | 376 | 122 | 55 |
| Binary | 111111 | 10100 | 11001111 | 1000110 | 1011010 | 0 | 10011 | 11111110 | 1010010 | 101101 |
Color Harmonies of #3F14CF
Complementary color
Monochromatic Colors of #3F14CF
Black with #3F14CF
Text Example
Text Example
White with #3F14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F14CF; }
p { color: rgb(63,20,207); }
H1.HeaderClassName
{
color: #3F14CF;
}
.AnyTagClassName
{
color: #3F14CF;
}
</style>
background-color css
<style>
a { background-color: #3F14CF; }
a { background-color: rgb(63,20,207); }
div.DivClassName
{
background-color: #3F14CF;
}
.BgClassName
{
background-color: #3F14CF;
}
</style>
border-color css
<style>
span { border-color: #3F14CF; }
span { border-color: rgb(63,20,207); }
td.TdClassName
{
border-color: #3F14CF;
}
.TagClassName
{
border-color: #3F14CF;
}
</style>