Shades of Han Purple #460CE0
Tints of Han Purple #460CE0
RGB
CMYK
RGB Variations
Color information
#460CE0 (or 0x460CE0) is known color: Han Purple. HEX triplet: 46, 0C and E0. RGB value is (70,12,224). Sum of RGB (Red+Green+Blue) = 70+12+224=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #460CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CE0 is #B9F31F. Grayscale: #343434. Windows color (decimal): -12186400 or 14683206. OLE color: 14683206.
HSL color Cylindrical-coordinate representation of color #460CE0: hue angle of 256.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460CE0 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 12 | 224 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.12 |
| HSL | 256.42º | 0.9% | 0.46% | - |
| HSV(B) | 256.42º | 0.95% | 0.88% | - |
| XYZ | 16.11 | 6.95 | 71.01 | - |
| YUV | 53.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 224 | 0.69 | 0.95 | 0 | 0.12 | 256.42 | 0.9 | 0.46 |
| Hex | 46 | C | E0 | 45 | 5F | 0 | C | 100 | 5A | 2E |
| Octal | 106 | 14 | 340 | 105 | 137 | 0 | 14 | 400 | 132 | 56 |
| Binary | 1000110 | 1100 | 11100000 | 1000101 | 1011111 | 0 | 1100 | 100000000 | 1011010 | 101110 |
Color Harmonies of #460CE0
Complementary color
Monochromatic Colors of #460CE0
Black with #460CE0
Text Example
Text Example
White with #460CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CE0; }
p { color: rgb(70,12,224); }
H1.HeaderClassName
{
color: #460CE0;
}
.AnyTagClassName
{
color: #460CE0;
}
</style>
background-color css
<style>
a { background-color: #460CE0; }
a { background-color: rgb(70,12,224); }
div.DivClassName
{
background-color: #460CE0;
}
.BgClassName
{
background-color: #460CE0;
}
</style>
border-color css
<style>
span { border-color: #460CE0; }
span { border-color: rgb(70,12,224); }
td.TdClassName
{
border-color: #460CE0;
}
.TagClassName
{
border-color: #460CE0;
}
</style>