Shades of Han Purple #4813DC
Tints of Han Purple #4813DC
RGB
CMYK
RGB Variations
Color information
#4813DC (or 0x4813DC) is known color: Han Purple. HEX triplet: 48, 13 and DC. RGB value is (72,19,220). Sum of RGB (Red+Green+Blue) = 72+19+220=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #4813DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813DC is #B7EC23. Grayscale: #393939. Windows color (decimal): -12053540 or 14422856. OLE color: 14422856.
HSL color Cylindrical-coordinate representation of color #4813DC: hue angle of 255.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4813DC is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 19 | 220 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.14 |
| HSL | 255.82º | 0.84% | 0.47% | - |
| HSV(B) | 255.82º | 0.91% | 0.86% | - |
| XYZ | 15.82 | 7.01 | 68.23 | - |
| YUV | 57.76 | 219.56 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 220 | 0.67 | 0.91 | 0 | 0.14 | 255.82 | 0.84 | 0.47 |
| Hex | 48 | 13 | DC | 43 | 5B | 0 | E | 100 | 54 | 2F |
| Octal | 110 | 23 | 334 | 103 | 133 | 0 | 16 | 400 | 124 | 57 |
| Binary | 1001000 | 10011 | 11011100 | 1000011 | 1011011 | 0 | 1110 | 100000000 | 1010100 | 101111 |
Color Harmonies of #4813DC
Complementary color
Monochromatic Colors of #4813DC
Black with #4813DC
Text Example
Text Example
White with #4813DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4813DC; }
p { color: rgb(72,19,220); }
H1.HeaderClassName
{
color: #4813DC;
}
.AnyTagClassName
{
color: #4813DC;
}
</style>
background-color css
<style>
a { background-color: #4813DC; }
a { background-color: rgb(72,19,220); }
div.DivClassName
{
background-color: #4813DC;
}
.BgClassName
{
background-color: #4813DC;
}
</style>
border-color css
<style>
span { border-color: #4813DC; }
span { border-color: rgb(72,19,220); }
td.TdClassName
{
border-color: #4813DC;
}
.TagClassName
{
border-color: #4813DC;
}
</style>