Shades of Han Purple #460BD5
Tints of Han Purple #460BD5
RGB
CMYK
RGB Variations
Color information
#460BD5 (or 0x460BD5) is known color: Han Purple. HEX triplet: 46, 0B and D5. RGB value is (70,11,213). Sum of RGB (Red+Green+Blue) = 70+11+213=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #460BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BD5 is #B9F42A. Grayscale: #323232. Windows color (decimal): -12186667 or 13962054. OLE color: 13962054.
HSL color Cylindrical-coordinate representation of color #460BD5: hue angle of 257.52º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BD5 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 11 | 213 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.16 |
| HSL | 257.52º | 0.9% | 0.44% | - |
| HSV(B) | 257.52º | 0.95% | 0.84% | - |
| XYZ | 14.66 | 6.35 | 63.4 | - |
| YUV | 51.67 | 219.05 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 213 | 0.67 | 0.95 | 0 | 0.16 | 257.52 | 0.9 | 0.44 |
| Hex | 46 | B | D5 | 43 | 5F | 0 | 10 | 102 | 5A | 2C |
| Octal | 106 | 13 | 325 | 103 | 137 | 0 | 20 | 402 | 132 | 54 |
| Binary | 1000110 | 1011 | 11010101 | 1000011 | 1011111 | 0 | 10000 | 100000010 | 1011010 | 101100 |
Color Harmonies of #460BD5
Complementary color
Monochromatic Colors of #460BD5
Black with #460BD5
Text Example
Text Example
White with #460BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BD5; }
p { color: rgb(70,11,213); }
H1.HeaderClassName
{
color: #460BD5;
}
.AnyTagClassName
{
color: #460BD5;
}
</style>
background-color css
<style>
a { background-color: #460BD5; }
a { background-color: rgb(70,11,213); }
div.DivClassName
{
background-color: #460BD5;
}
.BgClassName
{
background-color: #460BD5;
}
</style>
border-color css
<style>
span { border-color: #460BD5; }
span { border-color: rgb(70,11,213); }
td.TdClassName
{
border-color: #460BD5;
}
.TagClassName
{
border-color: #460BD5;
}
</style>