Shades of Han Purple #3F0CEE
Tints of Han Purple #3F0CEE
RGB
CMYK
RGB Variations
Color information
#3F0CEE (or 0x3F0CEE) is known color: Han Purple. HEX triplet: 3F, 0C and EE. RGB value is (63,12,238). Sum of RGB (Red+Green+Blue) = 63+12+238=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F0CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0CEE is #C0F311. Grayscale: #343434. Windows color (decimal): -12645138 or 15600703. OLE color: 15600703.
HSL color Cylindrical-coordinate representation of color #3F0CEE: hue angle of 253.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0CEE is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 12 | 238 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.07 |
| HSL | 253.54º | 0.9% | 0.49% | - |
| HSV(B) | 253.54º | 0.95% | 0.93% | - |
| XYZ | 17.61 | 7.49 | 81.41 | - |
| YUV | 53.01 | 232.4 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 238 | 0.74 | 0.95 | 0 | 0.07 | 253.54 | 0.9 | 0.49 |
| Hex | 3F | C | EE | 4A | 5F | 0 | 7 | FE | 5A | 31 |
| Octal | 77 | 14 | 356 | 112 | 137 | 0 | 7 | 376 | 132 | 61 |
| Binary | 111111 | 1100 | 11101110 | 1001010 | 1011111 | 0 | 111 | 11111110 | 1011010 | 110001 |
Color Harmonies of #3F0CEE
Complementary color
Monochromatic Colors of #3F0CEE
Black with #3F0CEE
Text Example
Text Example
White with #3F0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CEE; }
p { color: rgb(63,12,238); }
H1.HeaderClassName
{
color: #3F0CEE;
}
.AnyTagClassName
{
color: #3F0CEE;
}
</style>
background-color css
<style>
a { background-color: #3F0CEE; }
a { background-color: rgb(63,12,238); }
div.DivClassName
{
background-color: #3F0CEE;
}
.BgClassName
{
background-color: #3F0CEE;
}
</style>
border-color css
<style>
span { border-color: #3F0CEE; }
span { border-color: rgb(63,12,238); }
td.TdClassName
{
border-color: #3F0CEE;
}
.TagClassName
{
border-color: #3F0CEE;
}
</style>