Shades of Han Purple #4821D7
Tints of Han Purple #4821D7
RGB
CMYK
RGB Variations
Color information
#4821D7 (or 0x4821D7) is known color: Han Purple. HEX triplet: 48, 21 and D7. RGB value is (72,33,215). Sum of RGB (Red+Green+Blue) = 72+33+215=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 215 (84.38% from 255 or 67.19% from 320); Max value from RGB is 215 - color contains mainly: blue. Hex color #4821D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4821D7 is #B7DE28. Grayscale: #404040. Windows color (decimal): -12049961 or 14098760. OLE color: 14098760.
HSL color Cylindrical-coordinate representation of color #4821D7: hue angle of 252.86º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4821D7 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 33 | 215 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.16 |
| HSL | 252.86º | 0.73% | 0.49% | - |
| HSV(B) | 252.86º | 0.85% | 0.84% | - |
| XYZ | 15.48 | 7.37 | 64.9 | - |
| YUV | 65.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 215 | 0.67 | 0.85 | 0 | 0.16 | 252.86 | 0.73 | 0.49 |
| Hex | 48 | 21 | D7 | 43 | 55 | 0 | 10 | FD | 49 | 31 |
| Octal | 110 | 41 | 327 | 103 | 125 | 0 | 20 | 375 | 111 | 61 |
| Binary | 1001000 | 100001 | 11010111 | 1000011 | 1010101 | 0 | 10000 | 11111101 | 1001001 | 110001 |
Color Harmonies of #4821D7
Complementary color
Monochromatic Colors of #4821D7
Black with #4821D7
Text Example
Text Example
White with #4821D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4821D7; }
p { color: rgb(72,33,215); }
H1.HeaderClassName
{
color: #4821D7;
}
.AnyTagClassName
{
color: #4821D7;
}
</style>
background-color css
<style>
a { background-color: #4821D7; }
a { background-color: rgb(72,33,215); }
div.DivClassName
{
background-color: #4821D7;
}
.BgClassName
{
background-color: #4821D7;
}
</style>
border-color css
<style>
span { border-color: #4821D7; }
span { border-color: rgb(72,33,215); }
td.TdClassName
{
border-color: #4821D7;
}
.TagClassName
{
border-color: #4821D7;
}
</style>