Shades of Han Purple #3F0CEA
Tints of Han Purple #3F0CEA
RGB
CMYK
RGB Variations
Color information
#3F0CEA (or 0x3F0CEA) is known color: Han Purple. HEX triplet: 3F, 0C and EA. RGB value is (63,12,234). Sum of RGB (Red+Green+Blue) = 63+12+234=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F0CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0CEA is #C0F315. Grayscale: #333333. Windows color (decimal): -12645142 or 15338559. OLE color: 15338559.
HSL color Cylindrical-coordinate representation of color #3F0CEA: hue angle of 253.78º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0CEA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 12 | 234 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.08 |
| HSL | 253.78º | 0.9% | 0.48% | - |
| HSV(B) | 253.78º | 0.95% | 0.92% | - |
| XYZ | 17.03 | 7.26 | 78.35 | - |
| YUV | 52.56 | 230.4 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 234 | 0.73 | 0.95 | 0 | 0.08 | 253.78 | 0.9 | 0.48 |
| Hex | 3F | C | EA | 49 | 5F | 0 | 8 | FE | 5A | 30 |
| Octal | 77 | 14 | 352 | 111 | 137 | 0 | 10 | 376 | 132 | 60 |
| Binary | 111111 | 1100 | 11101010 | 1001001 | 1011111 | 0 | 1000 | 11111110 | 1011010 | 110000 |
Color Harmonies of #3F0CEA
Complementary color
Monochromatic Colors of #3F0CEA
Black with #3F0CEA
Text Example
Text Example
White with #3F0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CEA; }
p { color: rgb(63,12,234); }
H1.HeaderClassName
{
color: #3F0CEA;
}
.AnyTagClassName
{
color: #3F0CEA;
}
</style>
background-color css
<style>
a { background-color: #3F0CEA; }
a { background-color: rgb(63,12,234); }
div.DivClassName
{
background-color: #3F0CEA;
}
.BgClassName
{
background-color: #3F0CEA;
}
</style>
border-color css
<style>
span { border-color: #3F0CEA; }
span { border-color: rgb(63,12,234); }
td.TdClassName
{
border-color: #3F0CEA;
}
.TagClassName
{
border-color: #3F0CEA;
}
</style>