Shades of Han Purple #4802ED
Tints of Han Purple #4802ED
RGB
CMYK
RGB Variations
Color information
#4802ED (or 0x4802ED) is known color: Han Purple. HEX triplet: 48, 02 and ED. RGB value is (72,2,237). Sum of RGB (Red+Green+Blue) = 72+2+237=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #4802ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4802ED is #B7FD12. Grayscale: #303030. Windows color (decimal): -12057875 or 15532616. OLE color: 15532616.
HSL color Cylindrical-coordinate representation of color #4802ED: hue angle of 257.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802ED is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 2 | 237 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.07 |
| HSL | 257.87º | 0.98% | 0.47% | - |
| HSV(B) | 257.87º | 0.99% | 0.93% | - |
| XYZ | 17.98 | 7.54 | 80.63 | - |
| YUV | 49.72 | 233.69 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 237 | 0.70 | 0.99 | 0 | 0.07 | 257.87 | 0.98 | 0.47 |
| Hex | 48 | 2 | ED | 46 | 63 | 0 | 7 | 102 | 62 | 2F |
| Octal | 110 | 2 | 355 | 106 | 143 | 0 | 7 | 402 | 142 | 57 |
| Binary | 1001000 | 10 | 11101101 | 1000110 | 1100011 | 0 | 111 | 100000010 | 1100010 | 101111 |
Color Harmonies of #4802ED
Complementary color
Monochromatic Colors of #4802ED
Black with #4802ED
Text Example
Text Example
White with #4802ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802ED; }
p { color: rgb(72,2,237); }
H1.HeaderClassName
{
color: #4802ED;
}
.AnyTagClassName
{
color: #4802ED;
}
</style>
background-color css
<style>
a { background-color: #4802ED; }
a { background-color: rgb(72,2,237); }
div.DivClassName
{
background-color: #4802ED;
}
.BgClassName
{
background-color: #4802ED;
}
</style>
border-color css
<style>
span { border-color: #4802ED; }
span { border-color: rgb(72,2,237); }
td.TdClassName
{
border-color: #4802ED;
}
.TagClassName
{
border-color: #4802ED;
}
</style>