Shades of Han Purple #4800F7
Tints of Han Purple #4800F7
RGB
CMYK
RGB Variations
Color information
#4800F7 (or 0x4800F7) is known color: Han Purple. HEX triplet: 48, 00 and F7. RGB value is (72,0,247). Sum of RGB (Red+Green+Blue) = 72+0+247=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 247 (96.88% from 255 or 77.43% from 319); Max value from RGB is 247 - color contains mainly: blue. Hex color #4800F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4800F7 is #B7FF08. Grayscale: #303030. Windows color (decimal): -12058377 or 16187464. OLE color: 16187464.
HSL color Cylindrical-coordinate representation of color #4800F7: hue angle of 257.49º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800F7 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 0 | 247 | - |
| CMYK | 0.71 | 1 | 0 | 0.03 |
| HSL | 257.49º | 1% | 0.48% | - |
| HSV(B) | 257.49º | 1% | 0.97% | - |
| XYZ | 19.46 | 8.09 | 88.53 | - |
| YUV | 49.69 | 239.35 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 247 | 0.71 | 1 | 0 | 0.03 | 257.49 | 1 | 0.48 |
| Hex | 48 | 0 | F7 | 47 | 64 | 0 | 3 | 101 | 64 | 30 |
| Octal | 110 | 0 | 367 | 107 | 144 | 0 | 3 | 401 | 144 | 60 |
| Binary | 1001000 | 0 | 11110111 | 1000111 | 1100100 | 0 | 11 | 100000001 | 1100100 | 110000 |
Color Harmonies of #4800F7
Complementary color
Monochromatic Colors of #4800F7
Black with #4800F7
Text Example
Text Example
White with #4800F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800F7; }
p { color: rgb(72,0,247); }
H1.HeaderClassName
{
color: #4800F7;
}
.AnyTagClassName
{
color: #4800F7;
}
</style>
background-color css
<style>
a { background-color: #4800F7; }
a { background-color: rgb(72,0,247); }
div.DivClassName
{
background-color: #4800F7;
}
.BgClassName
{
background-color: #4800F7;
}
</style>
border-color css
<style>
span { border-color: #4800F7; }
span { border-color: rgb(72,0,247); }
td.TdClassName
{
border-color: #4800F7;
}
.TagClassName
{
border-color: #4800F7;
}
</style>