Shades of Han Purple #4600D0
Tints of Han Purple #4600D0
RGB
CMYK
RGB Variations
Color information
#4600D0 (or 0x4600D0) is known color: Han Purple. HEX triplet: 46, 00 and D0. RGB value is (70,0,208). Sum of RGB (Red+Green+Blue) = 70+0+208=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 208 (81.64% from 255 or 74.82% from 278); Max value from RGB is 208 - color contains mainly: blue. Hex color #4600D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600D0 is #B9FF2F. Grayscale: #2B2B2B. Windows color (decimal): -12189488 or 13631558. OLE color: 13631558.
HSL color Cylindrical-coordinate representation of color #4600D0: hue angle of 260.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600D0 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 0 | 208 | - |
| CMYK | 0.66 | 1 | 0 | 0.18 |
| HSL | 260.19º | 1% | 0.41% | - |
| HSV(B) | 260.19º | 1% | 0.82% | - |
| XYZ | 13.91 | 5.86 | 60.07 | - |
| YUV | 44.64 | 220.19 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 208 | 0.66 | 1 | 0 | 0.18 | 260.19 | 1 | 0.41 |
| Hex | 46 | 0 | D0 | 42 | 64 | 0 | 12 | 104 | 64 | 29 |
| Octal | 106 | 0 | 320 | 102 | 144 | 0 | 22 | 404 | 144 | 51 |
| Binary | 1000110 | 0 | 11010000 | 1000010 | 1100100 | 0 | 10010 | 100000100 | 1100100 | 101001 |
Color Harmonies of #4600D0
Complementary color
Monochromatic Colors of #4600D0
Black with #4600D0
Text Example
Text Example
White with #4600D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600D0; }
p { color: rgb(70,0,208); }
H1.HeaderClassName
{
color: #4600D0;
}
.AnyTagClassName
{
color: #4600D0;
}
</style>
background-color css
<style>
a { background-color: #4600D0; }
a { background-color: rgb(70,0,208); }
div.DivClassName
{
background-color: #4600D0;
}
.BgClassName
{
background-color: #4600D0;
}
</style>
border-color css
<style>
span { border-color: #4600D0; }
span { border-color: rgb(70,0,208); }
td.TdClassName
{
border-color: #4600D0;
}
.TagClassName
{
border-color: #4600D0;
}
</style>