Shades of Han Purple #4632DD
Tints of Han Purple #4632DD
RGB
CMYK
RGB Variations
Color information
#4632DD (or 0x4632DD) is known color: Han Purple. HEX triplet: 46, 32 and DD. RGB value is (70,50,221). Sum of RGB (Red+Green+Blue) = 70+50+221=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4632DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632DD is #B9CD22. Grayscale: #4A4A4A. Windows color (decimal): -12176675 or 14496326. OLE color: 14496326.
HSL color Cylindrical-coordinate representation of color #4632DD: hue angle of 247.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4632DD is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 50 | 221 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.13 |
| HSL | 247.02º | 0.72% | 0.53% | - |
| HSV(B) | 247.02º | 0.77% | 0.87% | - |
| XYZ | 16.72 | 8.8 | 69.22 | - |
| YUV | 75.47 | 210.13 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 221 | 0.68 | 0.77 | 0 | 0.13 | 247.02 | 0.72 | 0.53 |
| Hex | 46 | 32 | DD | 44 | 4D | 0 | D | F7 | 48 | 35 |
| Octal | 106 | 62 | 335 | 104 | 115 | 0 | 15 | 367 | 110 | 65 |
| Binary | 1000110 | 110010 | 11011101 | 1000100 | 1001101 | 0 | 1101 | 11110111 | 1001000 | 110101 |
Color Harmonies of #4632DD
Complementary color
Monochromatic Colors of #4632DD
Black with #4632DD
Text Example
Text Example
White with #4632DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632DD; }
p { color: rgb(70,50,221); }
H1.HeaderClassName
{
color: #4632DD;
}
.AnyTagClassName
{
color: #4632DD;
}
</style>
background-color css
<style>
a { background-color: #4632DD; }
a { background-color: rgb(70,50,221); }
div.DivClassName
{
background-color: #4632DD;
}
.BgClassName
{
background-color: #4632DD;
}
</style>
border-color css
<style>
span { border-color: #4632DD; }
span { border-color: rgb(70,50,221); }
td.TdClassName
{
border-color: #4632DD;
}
.TagClassName
{
border-color: #4632DD;
}
</style>