Shades of Han Purple #4805ED
Tints of Han Purple #4805ED
RGB
CMYK
RGB Variations
Color information
#4805ED (or 0x4805ED) is known color: Han Purple. HEX triplet: 48, 05 and ED. RGB value is (72,5,237). Sum of RGB (Red+Green+Blue) = 72+5+237=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #4805ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4805ED is #B7FA12. Grayscale: #323232. Windows color (decimal): -12057107 or 15533384. OLE color: 15533384.
HSL color Cylindrical-coordinate representation of color #4805ED: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4805ED is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 5 | 237 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.07 |
| HSL | 257.33º | 0.96% | 0.47% | - |
| HSV(B) | 257.33º | 0.98% | 0.93% | - |
| XYZ | 18.01 | 7.6 | 80.64 | - |
| YUV | 51.48 | 232.7 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 237 | 0.70 | 0.98 | 0 | 0.07 | 257.33 | 0.96 | 0.47 |
| Hex | 48 | 5 | ED | 46 | 62 | 0 | 7 | 101 | 60 | 2F |
| Octal | 110 | 5 | 355 | 106 | 142 | 0 | 7 | 401 | 140 | 57 |
| Binary | 1001000 | 101 | 11101101 | 1000110 | 1100010 | 0 | 111 | 100000001 | 1100000 | 101111 |
Color Harmonies of #4805ED
Complementary color
Monochromatic Colors of #4805ED
Black with #4805ED
Text Example
Text Example
White with #4805ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805ED; }
p { color: rgb(72,5,237); }
H1.HeaderClassName
{
color: #4805ED;
}
.AnyTagClassName
{
color: #4805ED;
}
</style>
background-color css
<style>
a { background-color: #4805ED; }
a { background-color: rgb(72,5,237); }
div.DivClassName
{
background-color: #4805ED;
}
.BgClassName
{
background-color: #4805ED;
}
</style>
border-color css
<style>
span { border-color: #4805ED; }
span { border-color: rgb(72,5,237); }
td.TdClassName
{
border-color: #4805ED;
}
.TagClassName
{
border-color: #4805ED;
}
</style>