Shades of Han Purple #460BE2
Tints of Han Purple #460BE2
RGB
CMYK
RGB Variations
Color information
#460BE2 (or 0x460BE2) is known color: Han Purple. HEX triplet: 46, 0B and E2. RGB value is (70,11,226). Sum of RGB (Red+Green+Blue) = 70+11+226=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 226 (88.67% from 255 or 73.62% from 307); Max value from RGB is 226 - color contains mainly: blue. Hex color #460BE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BE2 is #B9F41D. Grayscale: #343434. Windows color (decimal): -12186654 or 14814022. OLE color: 14814022.
HSL color Cylindrical-coordinate representation of color #460BE2: hue angle of 256.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BE2 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 11 | 226 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.11 |
| HSL | 256.47º | 0.91% | 0.46% | - |
| HSV(B) | 256.47º | 0.95% | 0.89% | - |
| XYZ | 16.37 | 7.03 | 72.45 | - |
| YUV | 53.15 | 225.55 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 226 | 0.69 | 0.95 | 0 | 0.11 | 256.47 | 0.91 | 0.46 |
| Hex | 46 | B | E2 | 45 | 5F | 0 | B | 100 | 5B | 2E |
| Octal | 106 | 13 | 342 | 105 | 137 | 0 | 13 | 400 | 133 | 56 |
| Binary | 1000110 | 1011 | 11100010 | 1000101 | 1011111 | 0 | 1011 | 100000000 | 1011011 | 101110 |
Color Harmonies of #460BE2
Complementary color
Monochromatic Colors of #460BE2
Black with #460BE2
Text Example
Text Example
White with #460BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BE2; }
p { color: rgb(70,11,226); }
H1.HeaderClassName
{
color: #460BE2;
}
.AnyTagClassName
{
color: #460BE2;
}
</style>
background-color css
<style>
a { background-color: #460BE2; }
a { background-color: rgb(70,11,226); }
div.DivClassName
{
background-color: #460BE2;
}
.BgClassName
{
background-color: #460BE2;
}
</style>
border-color css
<style>
span { border-color: #460BE2; }
span { border-color: rgb(70,11,226); }
td.TdClassName
{
border-color: #460BE2;
}
.TagClassName
{
border-color: #460BE2;
}
</style>