Shades of Han Purple #390CE6
Tints of Han Purple #390CE6
RGB
CMYK
RGB Variations
Color information
#390CE6 (or 0x390CE6) is known color: Han Purple. HEX triplet: 39, 0C and E6. RGB value is (57,12,230). Sum of RGB (Red+Green+Blue) = 57+12+230=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 230 (90.23% from 255 or 76.92% from 299); Max value from RGB is 230 - color contains mainly: blue. Hex color #390CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CE6 is #C6F319. Grayscale: #313131. Windows color (decimal): -13038362 or 15076409. OLE color: 15076409.
HSL color Cylindrical-coordinate representation of color #390CE6: hue angle of 252.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CE6 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 12 | 230 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.10 |
| HSL | 252.39º | 0.9% | 0.47% | - |
| HSV(B) | 252.39º | 0.95% | 0.9% | - |
| XYZ | 16.1 | 6.85 | 75.34 | - |
| YUV | 50.31 | 229.41 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 230 | 0.75 | 0.95 | 0 | 0.10 | 252.39 | 0.9 | 0.47 |
| Hex | 39 | C | E6 | 4B | 5F | 0 | A | FC | 5A | 2F |
| Octal | 71 | 14 | 346 | 113 | 137 | 0 | 12 | 374 | 132 | 57 |
| Binary | 111001 | 1100 | 11100110 | 1001011 | 1011111 | 0 | 1010 | 11111100 | 1011010 | 101111 |
Color Harmonies of #390CE6
Complementary color
Monochromatic Colors of #390CE6
Black with #390CE6
Text Example
Text Example
White with #390CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CE6; }
p { color: rgb(57,12,230); }
H1.HeaderClassName
{
color: #390CE6;
}
.AnyTagClassName
{
color: #390CE6;
}
</style>
background-color css
<style>
a { background-color: #390CE6; }
a { background-color: rgb(57,12,230); }
div.DivClassName
{
background-color: #390CE6;
}
.BgClassName
{
background-color: #390CE6;
}
</style>
border-color css
<style>
span { border-color: #390CE6; }
span { border-color: rgb(57,12,230); }
td.TdClassName
{
border-color: #390CE6;
}
.TagClassName
{
border-color: #390CE6;
}
</style>