Shades of Han Purple #4800ED
Tints of Han Purple #4800ED
RGB
CMYK
RGB Variations
Color information
#4800ED (or 0x4800ED) is known color: Han Purple. HEX triplet: 48, 00 and ED. RGB value is (72,0,237). Sum of RGB (Red+Green+Blue) = 72+0+237=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #4800ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4800ED is #B7FF12. Grayscale: #2F2F2F. Windows color (decimal): -12058387 or 15532104. OLE color: 15532104.
HSL color Cylindrical-coordinate representation of color #4800ED: hue angle of 258.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800ED is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 0 | 237 | - |
| CMYK | 0.70 | 1 | 0 | 0.07 |
| HSL | 258.23º | 1% | 0.46% | - |
| HSV(B) | 258.23º | 1% | 0.93% | - |
| XYZ | 17.96 | 7.49 | 80.62 | - |
| YUV | 48.55 | 234.35 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 237 | 0.70 | 1 | 0 | 0.07 | 258.23 | 1 | 0.46 |
| Hex | 48 | 0 | ED | 46 | 64 | 0 | 7 | 102 | 64 | 2E |
| Octal | 110 | 0 | 355 | 106 | 144 | 0 | 7 | 402 | 144 | 56 |
| Binary | 1001000 | 0 | 11101101 | 1000110 | 1100100 | 0 | 111 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4800ED
Complementary color
Monochromatic Colors of #4800ED
Black with #4800ED
Text Example
Text Example
White with #4800ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800ED; }
p { color: rgb(72,0,237); }
H1.HeaderClassName
{
color: #4800ED;
}
.AnyTagClassName
{
color: #4800ED;
}
</style>
background-color css
<style>
a { background-color: #4800ED; }
a { background-color: rgb(72,0,237); }
div.DivClassName
{
background-color: #4800ED;
}
.BgClassName
{
background-color: #4800ED;
}
</style>
border-color css
<style>
span { border-color: #4800ED; }
span { border-color: rgb(72,0,237); }
td.TdClassName
{
border-color: #4800ED;
}
.TagClassName
{
border-color: #4800ED;
}
</style>