Shades of Han Purple #4807ED
Tints of Han Purple #4807ED
RGB
CMYK
RGB Variations
Color information
#4807ED (or 0x4807ED) is known color: Han Purple. HEX triplet: 48, 07 and ED. RGB value is (72,7,237). Sum of RGB (Red+Green+Blue) = 72+7+237=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #4807ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4807ED is #B7F812. Grayscale: #333333. Windows color (decimal): -12056595 or 15533896. OLE color: 15533896.
HSL color Cylindrical-coordinate representation of color #4807ED: hue angle of 256.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4807ED is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 7 | 237 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.07 |
| HSL | 256.96º | 0.94% | 0.48% | - |
| HSV(B) | 256.96º | 0.97% | 0.93% | - |
| XYZ | 18.03 | 7.64 | 80.65 | - |
| YUV | 52.66 | 232.03 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 237 | 0.70 | 0.97 | 0 | 0.07 | 256.96 | 0.94 | 0.48 |
| Hex | 48 | 7 | ED | 46 | 61 | 0 | 7 | 101 | 5E | 30 |
| Octal | 110 | 7 | 355 | 106 | 141 | 0 | 7 | 401 | 136 | 60 |
| Binary | 1001000 | 111 | 11101101 | 1000110 | 1100001 | 0 | 111 | 100000001 | 1011110 | 110000 |
Color Harmonies of #4807ED
Complementary color
Monochromatic Colors of #4807ED
Black with #4807ED
Text Example
Text Example
White with #4807ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4807ED; }
p { color: rgb(72,7,237); }
H1.HeaderClassName
{
color: #4807ED;
}
.AnyTagClassName
{
color: #4807ED;
}
</style>
background-color css
<style>
a { background-color: #4807ED; }
a { background-color: rgb(72,7,237); }
div.DivClassName
{
background-color: #4807ED;
}
.BgClassName
{
background-color: #4807ED;
}
</style>
border-color css
<style>
span { border-color: #4807ED; }
span { border-color: rgb(72,7,237); }
td.TdClassName
{
border-color: #4807ED;
}
.TagClassName
{
border-color: #4807ED;
}
</style>