Shades of Han Purple #4600D6
Tints of Han Purple #4600D6
RGB
CMYK
RGB Variations
Color information
#4600D6 (or 0x4600D6) is known color: Han Purple. HEX triplet: 46, 00 and D6. RGB value is (70,0,214). Sum of RGB (Red+Green+Blue) = 70+0+214=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 214 (83.98% from 255 or 75.35% from 284); Max value from RGB is 214 - color contains mainly: blue. Hex color #4600D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600D6 is #B9FF29. Grayscale: #2C2C2C. Windows color (decimal): -12189482 or 14024774. OLE color: 14024774.
HSL color Cylindrical-coordinate representation of color #4600D6: hue angle of 259.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600D6 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 0 | 214 | - |
| CMYK | 0.67 | 1 | 0 | 0.16 |
| HSL | 259.63º | 1% | 0.42% | - |
| HSV(B) | 259.63º | 1% | 0.84% | - |
| XYZ | 14.66 | 6.16 | 64.03 | - |
| YUV | 45.33 | 223.19 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 214 | 0.67 | 1 | 0 | 0.16 | 259.63 | 1 | 0.42 |
| Hex | 46 | 0 | D6 | 43 | 64 | 0 | 10 | 104 | 64 | 2A |
| Octal | 106 | 0 | 326 | 103 | 144 | 0 | 20 | 404 | 144 | 52 |
| Binary | 1000110 | 0 | 11010110 | 1000011 | 1100100 | 0 | 10000 | 100000100 | 1100100 | 101010 |
Color Harmonies of #4600D6
Complementary color
Monochromatic Colors of #4600D6
Black with #4600D6
Text Example
Text Example
White with #4600D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600D6; }
p { color: rgb(70,0,214); }
H1.HeaderClassName
{
color: #4600D6;
}
.AnyTagClassName
{
color: #4600D6;
}
</style>
background-color css
<style>
a { background-color: #4600D6; }
a { background-color: rgb(70,0,214); }
div.DivClassName
{
background-color: #4600D6;
}
.BgClassName
{
background-color: #4600D6;
}
</style>
border-color css
<style>
span { border-color: #4600D6; }
span { border-color: rgb(70,0,214); }
td.TdClassName
{
border-color: #4600D6;
}
.TagClassName
{
border-color: #4600D6;
}
</style>