Shades of Han Purple #4823DC
Tints of Han Purple #4823DC
RGB
CMYK
RGB Variations
Color information
#4823DC (or 0x4823DC) is known color: Han Purple. HEX triplet: 48, 23 and DC. RGB value is (72,35,220). Sum of RGB (Red+Green+Blue) = 72+35+220=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #4823DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4823DC is #B7DC23. Grayscale: #424242. Windows color (decimal): -12049444 or 14426952. OLE color: 14426952.
HSL color Cylindrical-coordinate representation of color #4823DC: hue angle of 252º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4823DC is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 35 | 220 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.14 |
| HSL | 252º | 0.73% | 0.5% | - |
| HSV(B) | 252º | 0.84% | 0.86% | - |
| XYZ | 16.19 | 7.75 | 68.35 | - |
| YUV | 67.15 | 214.26 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 220 | 0.67 | 0.84 | 0 | 0.14 | 252 | 0.73 | 0.5 |
| Hex | 48 | 23 | DC | 43 | 54 | 0 | E | FC | 49 | 32 |
| Octal | 110 | 43 | 334 | 103 | 124 | 0 | 16 | 374 | 111 | 62 |
| Binary | 1001000 | 100011 | 11011100 | 1000011 | 1010100 | 0 | 1110 | 11111100 | 1001001 | 110010 |
Color Harmonies of #4823DC
Complementary color
Monochromatic Colors of #4823DC
Black with #4823DC
Text Example
Text Example
White with #4823DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4823DC; }
p { color: rgb(72,35,220); }
H1.HeaderClassName
{
color: #4823DC;
}
.AnyTagClassName
{
color: #4823DC;
}
</style>
background-color css
<style>
a { background-color: #4823DC; }
a { background-color: rgb(72,35,220); }
div.DivClassName
{
background-color: #4823DC;
}
.BgClassName
{
background-color: #4823DC;
}
</style>
border-color css
<style>
span { border-color: #4823DC; }
span { border-color: rgb(72,35,220); }
td.TdClassName
{
border-color: #4823DC;
}
.TagClassName
{
border-color: #4823DC;
}
</style>