Shades of Han Purple #3F0CD0
Tints of Han Purple #3F0CD0
RGB
CMYK
RGB Variations
Color information
#3F0CD0 (or 0x3F0CD0) is known color: Han Purple. HEX triplet: 3F, 0C and D0. RGB value is (63,12,208). Sum of RGB (Red+Green+Blue) = 63+12+208=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 208 (81.64% from 255 or 73.50% from 283); Max value from RGB is 208 - color contains mainly: blue. Hex color #3F0CD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CD0 is #C0F32F. Grayscale: #303030. Windows color (decimal): -12645168 or 13634623. OLE color: 13634623.
HSL color Cylindrical-coordinate representation of color #3F0CD0: hue angle of 255.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0CD0 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 12 | 208 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.18 |
| HSL | 255.61º | 0.89% | 0.43% | - |
| HSV(B) | 255.61º | 0.94% | 0.82% | - |
| XYZ | 13.57 | 5.87 | 60.09 | - |
| YUV | 49.59 | 217.4 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 208 | 0.70 | 0.94 | 0 | 0.18 | 255.61 | 0.89 | 0.43 |
| Hex | 3F | C | D0 | 46 | 5E | 0 | 12 | 100 | 59 | 2B |
| Octal | 77 | 14 | 320 | 106 | 136 | 0 | 22 | 400 | 131 | 53 |
| Binary | 111111 | 1100 | 11010000 | 1000110 | 1011110 | 0 | 10010 | 100000000 | 1011001 | 101011 |
Color Harmonies of #3F0CD0
Complementary color
Monochromatic Colors of #3F0CD0
Black with #3F0CD0
Text Example
Text Example
White with #3F0CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CD0; }
p { color: rgb(63,12,208); }
H1.HeaderClassName
{
color: #3F0CD0;
}
.AnyTagClassName
{
color: #3F0CD0;
}
</style>
background-color css
<style>
a { background-color: #3F0CD0; }
a { background-color: rgb(63,12,208); }
div.DivClassName
{
background-color: #3F0CD0;
}
.BgClassName
{
background-color: #3F0CD0;
}
</style>
border-color css
<style>
span { border-color: #3F0CD0; }
span { border-color: rgb(63,12,208); }
td.TdClassName
{
border-color: #3F0CD0;
}
.TagClassName
{
border-color: #3F0CD0;
}
</style>