Shades of Han Purple #460FDD
Tints of Han Purple #460FDD
RGB
CMYK
RGB Variations
Color information
#460FDD (or 0x460FDD) is known color: Han Purple. HEX triplet: 46, 0F and DD. RGB value is (70,15,221). Sum of RGB (Red+Green+Blue) = 70+15+221=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #460FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FDD is #B9F022. Grayscale: #363636. Windows color (decimal): -12185635 or 14487366. OLE color: 14487366.
HSL color Cylindrical-coordinate representation of color #460FDD: hue angle of 256.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FDD is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 15 | 221 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.13 |
| HSL | 256.02º | 0.87% | 0.46% | - |
| HSV(B) | 256.02º | 0.93% | 0.87% | - |
| XYZ | 15.75 | 6.86 | 68.9 | - |
| YUV | 54.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 221 | 0.68 | 0.93 | 0 | 0.13 | 256.02 | 0.87 | 0.46 |
| Hex | 46 | F | DD | 44 | 5D | 0 | D | 100 | 57 | 2E |
| Octal | 106 | 17 | 335 | 104 | 135 | 0 | 15 | 400 | 127 | 56 |
| Binary | 1000110 | 1111 | 11011101 | 1000100 | 1011101 | 0 | 1101 | 100000000 | 1010111 | 101110 |
Color Harmonies of #460FDD
Complementary color
Monochromatic Colors of #460FDD
Black with #460FDD
Text Example
Text Example
White with #460FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FDD; }
p { color: rgb(70,15,221); }
H1.HeaderClassName
{
color: #460FDD;
}
.AnyTagClassName
{
color: #460FDD;
}
</style>
background-color css
<style>
a { background-color: #460FDD; }
a { background-color: rgb(70,15,221); }
div.DivClassName
{
background-color: #460FDD;
}
.BgClassName
{
background-color: #460FDD;
}
</style>
border-color css
<style>
span { border-color: #460FDD; }
span { border-color: rgb(70,15,221); }
td.TdClassName
{
border-color: #460FDD;
}
.TagClassName
{
border-color: #460FDD;
}
</style>