Shades of Han Purple #3F0AED
Tints of Han Purple #3F0AED
RGB
CMYK
RGB Variations
Color information
#3F0AED (or 0x3F0AED) is known color: Han Purple. HEX triplet: 3F, 0A and ED. RGB value is (63,10,237). Sum of RGB (Red+Green+Blue) = 63+10+237=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F0AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0AED is #C0F512. Grayscale: #323232. Windows color (decimal): -12645651 or 15534655. OLE color: 15534655.
HSL color Cylindrical-coordinate representation of color #3F0AED: hue angle of 254.01º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0AED is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 10 | 237 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.07 |
| HSL | 254.01º | 0.92% | 0.48% | - |
| HSV(B) | 254.01º | 0.96% | 0.93% | - |
| XYZ | 17.44 | 7.39 | 80.63 | - |
| YUV | 51.73 | 232.56 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 237 | 0.73 | 0.96 | 0 | 0.07 | 254.01 | 0.92 | 0.48 |
| Hex | 3F | A | ED | 49 | 60 | 0 | 7 | FE | 5C | 30 |
| Octal | 77 | 12 | 355 | 111 | 140 | 0 | 7 | 376 | 134 | 60 |
| Binary | 111111 | 1010 | 11101101 | 1001001 | 1100000 | 0 | 111 | 11111110 | 1011100 | 110000 |
Color Harmonies of #3F0AED
Complementary color
Monochromatic Colors of #3F0AED
Black with #3F0AED
Text Example
Text Example
White with #3F0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AED; }
p { color: rgb(63,10,237); }
H1.HeaderClassName
{
color: #3F0AED;
}
.AnyTagClassName
{
color: #3F0AED;
}
</style>
background-color css
<style>
a { background-color: #3F0AED; }
a { background-color: rgb(63,10,237); }
div.DivClassName
{
background-color: #3F0AED;
}
.BgClassName
{
background-color: #3F0AED;
}
</style>
border-color css
<style>
span { border-color: #3F0AED; }
span { border-color: rgb(63,10,237); }
td.TdClassName
{
border-color: #3F0AED;
}
.TagClassName
{
border-color: #3F0AED;
}
</style>