Shades of Han Purple #3F0DD7
Tints of Han Purple #3F0DD7
RGB
CMYK
RGB Variations
Color information
#3F0DD7 (or 0x3F0DD7) is known color: Han Purple. HEX triplet: 3F, 0D and D7. RGB value is (63,13,215). Sum of RGB (Red+Green+Blue) = 63+13+215=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F0DD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DD7 is #C0F228. Grayscale: #323232. Windows color (decimal): -12644905 or 14093631. OLE color: 14093631.
HSL color Cylindrical-coordinate representation of color #3F0DD7: hue angle of 254.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DD7 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 13 | 215 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.16 |
| HSL | 254.85º | 0.89% | 0.45% | - |
| HSV(B) | 254.85º | 0.94% | 0.84% | - |
| XYZ | 14.46 | 6.25 | 64.73 | - |
| YUV | 50.98 | 220.57 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 215 | 0.71 | 0.94 | 0 | 0.16 | 254.85 | 0.89 | 0.45 |
| Hex | 3F | D | D7 | 47 | 5E | 0 | 10 | FF | 59 | 2D |
| Octal | 77 | 15 | 327 | 107 | 136 | 0 | 20 | 377 | 131 | 55 |
| Binary | 111111 | 1101 | 11010111 | 1000111 | 1011110 | 0 | 10000 | 11111111 | 1011001 | 101101 |
Color Harmonies of #3F0DD7
Complementary color
Monochromatic Colors of #3F0DD7
Black with #3F0DD7
Text Example
Text Example
White with #3F0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0DD7; }
p { color: rgb(63,13,215); }
H1.HeaderClassName
{
color: #3F0DD7;
}
.AnyTagClassName
{
color: #3F0DD7;
}
</style>
background-color css
<style>
a { background-color: #3F0DD7; }
a { background-color: rgb(63,13,215); }
div.DivClassName
{
background-color: #3F0DD7;
}
.BgClassName
{
background-color: #3F0DD7;
}
</style>
border-color css
<style>
span { border-color: #3F0DD7; }
span { border-color: rgb(63,13,215); }
td.TdClassName
{
border-color: #3F0DD7;
}
.TagClassName
{
border-color: #3F0DD7;
}
</style>