Shades of Han Purple #4813E5
Tints of Han Purple #4813E5
RGB
CMYK
RGB Variations
Color information
#4813E5 (or 0x4813E5) is known color: Han Purple. HEX triplet: 48, 13 and E5. RGB value is (72,19,229). Sum of RGB (Red+Green+Blue) = 72+19+229=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #4813E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813E5 is #B7EC1A. Grayscale: #3A3A3A. Windows color (decimal): -12053531 or 15012680. OLE color: 15012680.
HSL color Cylindrical-coordinate representation of color #4813E5: hue angle of 255.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4813E5 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 19 | 229 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.10 |
| HSL | 255.14º | 0.85% | 0.49% | - |
| HSV(B) | 255.14º | 0.92% | 0.9% | - |
| XYZ | 17.05 | 7.5 | 74.68 | - |
| YUV | 58.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 229 | 0.69 | 0.92 | 0 | 0.10 | 255.14 | 0.85 | 0.49 |
| Hex | 48 | 13 | E5 | 45 | 5C | 0 | A | FF | 55 | 31 |
| Octal | 110 | 23 | 345 | 105 | 134 | 0 | 12 | 377 | 125 | 61 |
| Binary | 1001000 | 10011 | 11100101 | 1000101 | 1011100 | 0 | 1010 | 11111111 | 1010101 | 110001 |
Color Harmonies of #4813E5
Complementary color
Monochromatic Colors of #4813E5
Black with #4813E5
Text Example
Text Example
White with #4813E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4813E5; }
p { color: rgb(72,19,229); }
H1.HeaderClassName
{
color: #4813E5;
}
.AnyTagClassName
{
color: #4813E5;
}
</style>
background-color css
<style>
a { background-color: #4813E5; }
a { background-color: rgb(72,19,229); }
div.DivClassName
{
background-color: #4813E5;
}
.BgClassName
{
background-color: #4813E5;
}
</style>
border-color css
<style>
span { border-color: #4813E5; }
span { border-color: rgb(72,19,229); }
td.TdClassName
{
border-color: #4813E5;
}
.TagClassName
{
border-color: #4813E5;
}
</style>