Shades of Han Purple #4620DD
Tints of Han Purple #4620DD
RGB
CMYK
RGB Variations
Color information
#4620DD (or 0x4620DD) is known color: Han Purple. HEX triplet: 46, 20 and DD. RGB value is (70,32,221). Sum of RGB (Red+Green+Blue) = 70+32+221=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #4620DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620DD is #B9DF22. Grayscale: #404040. Windows color (decimal): -12181283 or 14491718. OLE color: 14491718.
HSL color Cylindrical-coordinate representation of color #4620DD: hue angle of 252.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4620DD is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 32 | 221 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.13 |
| HSL | 252.06º | 0.75% | 0.5% | - |
| HSV(B) | 252.06º | 0.86% | 0.87% | - |
| XYZ | 16.09 | 7.56 | 69.02 | - |
| YUV | 64.91 | 216.09 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 221 | 0.68 | 0.86 | 0 | 0.13 | 252.06 | 0.75 | 0.5 |
| Hex | 46 | 20 | DD | 44 | 56 | 0 | D | FC | 4B | 32 |
| Octal | 106 | 40 | 335 | 104 | 126 | 0 | 15 | 374 | 113 | 62 |
| Binary | 1000110 | 100000 | 11011101 | 1000100 | 1010110 | 0 | 1101 | 11111100 | 1001011 | 110010 |
Color Harmonies of #4620DD
Complementary color
Monochromatic Colors of #4620DD
Black with #4620DD
Text Example
Text Example
White with #4620DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620DD; }
p { color: rgb(70,32,221); }
H1.HeaderClassName
{
color: #4620DD;
}
.AnyTagClassName
{
color: #4620DD;
}
</style>
background-color css
<style>
a { background-color: #4620DD; }
a { background-color: rgb(70,32,221); }
div.DivClassName
{
background-color: #4620DD;
}
.BgClassName
{
background-color: #4620DD;
}
</style>
border-color css
<style>
span { border-color: #4620DD; }
span { border-color: rgb(70,32,221); }
td.TdClassName
{
border-color: #4620DD;
}
.TagClassName
{
border-color: #4620DD;
}
</style>