Shades of Han Purple #460CEC
Tints of Han Purple #460CEC
RGB
CMYK
RGB Variations
Color information
#460CEC (or 0x460CEC) is known color: Han Purple. HEX triplet: 46, 0C and EC. RGB value is (70,12,236). Sum of RGB (Red+Green+Blue) = 70+12+236=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #460CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460CEC is #B9F313. Grayscale: #363636. Windows color (decimal): -12186388 or 15469638. OLE color: 15469638.
HSL color Cylindrical-coordinate representation of color #460CEC: hue angle of 255.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 #460CEC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 12 | 236 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.07 |
| HSL | 255.54º | 0.9% | 0.49% | - |
| HSV(B) | 255.54º | 0.95% | 0.93% | - |
| XYZ | 17.8 | 7.62 | 79.89 | - |
| YUV | 54.88 | 230.22 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 236 | 0.70 | 0.95 | 0 | 0.07 | 255.54 | 0.9 | 0.49 |
| Hex | 46 | C | EC | 46 | 5F | 0 | 7 | 100 | 5A | 31 |
| Octal | 106 | 14 | 354 | 106 | 137 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1000110 | 1100 | 11101100 | 1000110 | 1011111 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #460CEC
Complementary color
Monochromatic Colors of #460CEC
Black with #460CEC
Text Example
Text Example
White with #460CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CEC; }
p { color: rgb(70,12,236); }
H1.HeaderClassName
{
color: #460CEC;
}
.AnyTagClassName
{
color: #460CEC;
}
</style>
background-color css
<style>
a { background-color: #460CEC; }
a { background-color: rgb(70,12,236); }
div.DivClassName
{
background-color: #460CEC;
}
.BgClassName
{
background-color: #460CEC;
}
</style>
border-color css
<style>
span { border-color: #460CEC; }
span { border-color: rgb(70,12,236); }
td.TdClassName
{
border-color: #460CEC;
}
.TagClassName
{
border-color: #460CEC;
}
</style>