Shades of Han Purple #3F0FCD
Tints of Han Purple #3F0FCD
RGB
CMYK
RGB Variations
Color information
#3F0FCD (or 0x3F0FCD) is known color: Han Purple. HEX triplet: 3F, 0F and CD. RGB value is (63,15,205). Sum of RGB (Red+Green+Blue) = 63+15+205=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F0FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FCD is #C0F032. Grayscale: #323232. Windows color (decimal): -12644403 or 13438783. OLE color: 13438783.
HSL color Cylindrical-coordinate representation of color #3F0FCD: hue angle of 255.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FCD is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 15 | 205 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.20 |
| HSL | 255.16º | 0.86% | 0.43% | - |
| HSV(B) | 255.16º | 0.93% | 0.8% | - |
| XYZ | 13.24 | 5.81 | 58.18 | - |
| YUV | 51.01 | 214.9 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 205 | 0.69 | 0.93 | 0 | 0.20 | 255.16 | 0.86 | 0.43 |
| Hex | 3F | F | CD | 45 | 5D | 0 | 14 | FF | 56 | 2B |
| Octal | 77 | 17 | 315 | 105 | 135 | 0 | 24 | 377 | 126 | 53 |
| Binary | 111111 | 1111 | 11001101 | 1000101 | 1011101 | 0 | 10100 | 11111111 | 1010110 | 101011 |
Color Harmonies of #3F0FCD
Complementary color
Monochromatic Colors of #3F0FCD
Black with #3F0FCD
Text Example
Text Example
White with #3F0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FCD; }
p { color: rgb(63,15,205); }
H1.HeaderClassName
{
color: #3F0FCD;
}
.AnyTagClassName
{
color: #3F0FCD;
}
</style>
background-color css
<style>
a { background-color: #3F0FCD; }
a { background-color: rgb(63,15,205); }
div.DivClassName
{
background-color: #3F0FCD;
}
.BgClassName
{
background-color: #3F0FCD;
}
</style>
border-color css
<style>
span { border-color: #3F0FCD; }
span { border-color: rgb(63,15,205); }
td.TdClassName
{
border-color: #3F0FCD;
}
.TagClassName
{
border-color: #3F0FCD;
}
</style>