Shades of Han Purple #390CE7
Tints of Han Purple #390CE7
RGB
CMYK
RGB Variations
Color information
#390CE7 (or 0x390CE7) is known color: Han Purple. HEX triplet: 39, 0C and E7. RGB value is (57,12,231). Sum of RGB (Red+Green+Blue) = 57+12+231=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 231 (90.62% from 255 or 77% from 300); Max value from RGB is 231 - color contains mainly: blue. Hex color #390CE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CE7 is #C6F318. Grayscale: #313131. Windows color (decimal): -13038361 or 15141945. OLE color: 15141945.
HSL color Cylindrical-coordinate representation of color #390CE7: hue angle of 252.33º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CE7 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 12 | 231 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.09 |
| HSL | 252.33º | 0.9% | 0.48% | - |
| HSV(B) | 252.33º | 0.95% | 0.91% | - |
| XYZ | 16.24 | 6.9 | 76.08 | - |
| YUV | 50.42 | 229.91 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 231 | 0.75 | 0.95 | 0 | 0.09 | 252.33 | 0.9 | 0.48 |
| Hex | 39 | C | E7 | 4B | 5F | 0 | 9 | FC | 5A | 30 |
| Octal | 71 | 14 | 347 | 113 | 137 | 0 | 11 | 374 | 132 | 60 |
| Binary | 111001 | 1100 | 11100111 | 1001011 | 1011111 | 0 | 1001 | 11111100 | 1011010 | 110000 |
Color Harmonies of #390CE7
Complementary color
Monochromatic Colors of #390CE7
Black with #390CE7
Text Example
Text Example
White with #390CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CE7; }
p { color: rgb(57,12,231); }
H1.HeaderClassName
{
color: #390CE7;
}
.AnyTagClassName
{
color: #390CE7;
}
</style>
background-color css
<style>
a { background-color: #390CE7; }
a { background-color: rgb(57,12,231); }
div.DivClassName
{
background-color: #390CE7;
}
.BgClassName
{
background-color: #390CE7;
}
</style>
border-color css
<style>
span { border-color: #390CE7; }
span { border-color: rgb(57,12,231); }
td.TdClassName
{
border-color: #390CE7;
}
.TagClassName
{
border-color: #390CE7;
}
</style>