Shades of Han Purple #4816DF
Tints of Han Purple #4816DF
RGB
CMYK
RGB Variations
Color information
#4816DF (or 0x4816DF) is known color: Han Purple. HEX triplet: 48, 16 and DF. RGB value is (72,22,223). Sum of RGB (Red+Green+Blue) = 72+22+223=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #4816DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816DF is #B7E920. Grayscale: #3B3B3B. Windows color (decimal): -12052769 or 14620232. OLE color: 14620232.
HSL color Cylindrical-coordinate representation of color #4816DF: hue angle of 254.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4816DF is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 22 | 223 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.13 |
| HSL | 254.93º | 0.82% | 0.48% | - |
| HSV(B) | 254.93º | 0.9% | 0.87% | - |
| XYZ | 16.28 | 7.28 | 70.36 | - |
| YUV | 59.86 | 220.07 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 223 | 0.68 | 0.90 | 0 | 0.13 | 254.93 | 0.82 | 0.48 |
| Hex | 48 | 16 | DF | 44 | 5A | 0 | D | FF | 52 | 30 |
| Octal | 110 | 26 | 337 | 104 | 132 | 0 | 15 | 377 | 122 | 60 |
| Binary | 1001000 | 10110 | 11011111 | 1000100 | 1011010 | 0 | 1101 | 11111111 | 1010010 | 110000 |
Color Harmonies of #4816DF
Complementary color
Monochromatic Colors of #4816DF
Black with #4816DF
Text Example
Text Example
White with #4816DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4816DF; }
p { color: rgb(72,22,223); }
H1.HeaderClassName
{
color: #4816DF;
}
.AnyTagClassName
{
color: #4816DF;
}
</style>
background-color css
<style>
a { background-color: #4816DF; }
a { background-color: rgb(72,22,223); }
div.DivClassName
{
background-color: #4816DF;
}
.BgClassName
{
background-color: #4816DF;
}
</style>
border-color css
<style>
span { border-color: #4816DF; }
span { border-color: rgb(72,22,223); }
td.TdClassName
{
border-color: #4816DF;
}
.TagClassName
{
border-color: #4816DF;
}
</style>