Shades of Han Purple #4605D9
Tints of Han Purple #4605D9
RGB
CMYK
RGB Variations
Color information
#4605D9 (or 0x4605D9) is known color: Han Purple. HEX triplet: 46, 05 and D9. RGB value is (70,5,217). Sum of RGB (Red+Green+Blue) = 70+5+217=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 217 (85.16% from 255 or 74.32% from 292); Max value from RGB is 217 - color contains mainly: blue. Hex color #4605D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4605D9 is #B9FA26. Grayscale: #2F2F2F. Windows color (decimal): -12188199 or 14222662. OLE color: 14222662.
HSL color Cylindrical-coordinate representation of color #4605D9: hue angle of 258.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4605D9 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 5 | 217 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.15 |
| HSL | 258.4º | 0.95% | 0.44% | - |
| HSV(B) | 258.4º | 0.98% | 0.85% | - |
| XYZ | 15.1 | 6.42 | 66.09 | - |
| YUV | 48.6 | 223.03 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 217 | 0.68 | 0.98 | 0 | 0.15 | 258.4 | 0.95 | 0.44 |
| Hex | 46 | 5 | D9 | 44 | 62 | 0 | F | 102 | 5F | 2C |
| Octal | 106 | 5 | 331 | 104 | 142 | 0 | 17 | 402 | 137 | 54 |
| Binary | 1000110 | 101 | 11011001 | 1000100 | 1100010 | 0 | 1111 | 100000010 | 1011111 | 101100 |
Color Harmonies of #4605D9
Complementary color
Monochromatic Colors of #4605D9
Black with #4605D9
Text Example
Text Example
White with #4605D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605D9; }
p { color: rgb(70,5,217); }
H1.HeaderClassName
{
color: #4605D9;
}
.AnyTagClassName
{
color: #4605D9;
}
</style>
background-color css
<style>
a { background-color: #4605D9; }
a { background-color: rgb(70,5,217); }
div.DivClassName
{
background-color: #4605D9;
}
.BgClassName
{
background-color: #4605D9;
}
</style>
border-color css
<style>
span { border-color: #4605D9; }
span { border-color: rgb(70,5,217); }
td.TdClassName
{
border-color: #4605D9;
}
.TagClassName
{
border-color: #4605D9;
}
</style>