Shades of Han Purple #460BE0
Tints of Han Purple #460BE0
RGB
CMYK
RGB Variations
Color information
#460BE0 (or 0x460BE0) is known color: Han Purple. HEX triplet: 46, 0B and E0. RGB value is (70,11,224). Sum of RGB (Red+Green+Blue) = 70+11+224=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #460BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BE0 is #B9F41F. Grayscale: #343434. Windows color (decimal): -12186656 or 14682950. OLE color: 14682950.
HSL color Cylindrical-coordinate representation of color #460BE0: hue angle of 256.62º degrees, saturation: 0.91, 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 #460BE0 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 11 | 224 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.12 |
| HSL | 256.62º | 0.91% | 0.46% | - |
| HSV(B) | 256.62º | 0.95% | 0.88% | - |
| XYZ | 16.1 | 6.92 | 71.01 | - |
| YUV | 52.92 | 224.55 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 224 | 0.69 | 0.95 | 0 | 0.12 | 256.62 | 0.91 | 0.46 |
| Hex | 46 | B | E0 | 45 | 5F | 0 | C | 101 | 5B | 2E |
| Octal | 106 | 13 | 340 | 105 | 137 | 0 | 14 | 401 | 133 | 56 |
| Binary | 1000110 | 1011 | 11100000 | 1000101 | 1011111 | 0 | 1100 | 100000001 | 1011011 | 101110 |
Color Harmonies of #460BE0
Complementary color
Monochromatic Colors of #460BE0
Black with #460BE0
Text Example
Text Example
White with #460BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BE0; }
p { color: rgb(70,11,224); }
H1.HeaderClassName
{
color: #460BE0;
}
.AnyTagClassName
{
color: #460BE0;
}
</style>
background-color css
<style>
a { background-color: #460BE0; }
a { background-color: rgb(70,11,224); }
div.DivClassName
{
background-color: #460BE0;
}
.BgClassName
{
background-color: #460BE0;
}
</style>
border-color css
<style>
span { border-color: #460BE0; }
span { border-color: rgb(70,11,224); }
td.TdClassName
{
border-color: #460BE0;
}
.TagClassName
{
border-color: #460BE0;
}
</style>