Shades of Han Purple #4613DC
Tints of Han Purple #4613DC
RGB
CMYK
RGB Variations
Color information
#4613DC (or 0x4613DC) is known color: Han Purple. HEX triplet: 46, 13 and DC. RGB value is (70,19,220). Sum of RGB (Red+Green+Blue) = 70+19+220=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #4613DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613DC is #B9EC23. Grayscale: #383838. Windows color (decimal): -12184612 or 14422854. OLE color: 14422854.
HSL color Cylindrical-coordinate representation of color #4613DC: hue angle of 255.22º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4613DC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 19 | 220 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.14 |
| HSL | 255.22º | 0.84% | 0.47% | - |
| HSV(B) | 255.22º | 0.91% | 0.86% | - |
| XYZ | 15.68 | 6.94 | 68.22 | - |
| YUV | 57.16 | 219.9 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 220 | 0.68 | 0.91 | 0 | 0.14 | 255.22 | 0.84 | 0.47 |
| Hex | 46 | 13 | DC | 44 | 5B | 0 | E | FF | 54 | 2F |
| Octal | 106 | 23 | 334 | 104 | 133 | 0 | 16 | 377 | 124 | 57 |
| Binary | 1000110 | 10011 | 11011100 | 1000100 | 1011011 | 0 | 1110 | 11111111 | 1010100 | 101111 |
Color Harmonies of #4613DC
Complementary color
Monochromatic Colors of #4613DC
Black with #4613DC
Text Example
Text Example
White with #4613DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4613DC; }
p { color: rgb(70,19,220); }
H1.HeaderClassName
{
color: #4613DC;
}
.AnyTagClassName
{
color: #4613DC;
}
</style>
background-color css
<style>
a { background-color: #4613DC; }
a { background-color: rgb(70,19,220); }
div.DivClassName
{
background-color: #4613DC;
}
.BgClassName
{
background-color: #4613DC;
}
</style>
border-color css
<style>
span { border-color: #4613DC; }
span { border-color: rgb(70,19,220); }
td.TdClassName
{
border-color: #4613DC;
}
.TagClassName
{
border-color: #4613DC;
}
</style>