Shades of Han Purple #4808F7
Tints of Han Purple #4808F7
RGB
CMYK
RGB Variations
Color information
#4808F7 (or 0x4808F7) is known color: Han Purple. HEX triplet: 48, 08 and F7. RGB value is (72,8,247). Sum of RGB (Red+Green+Blue) = 72+8+247=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 247 (96.88% from 255 or 75.54% from 327); Max value from RGB is 247 - color contains mainly: blue. Hex color #4808F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4808F7 is #B7F708. Grayscale: #353535. Windows color (decimal): -12056329 or 16189512. OLE color: 16189512.
HSL color Cylindrical-coordinate representation of color #4808F7: hue angle of 256.07º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4808F7 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 8 | 247 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.03 |
| HSL | 256.07º | 0.94% | 0.5% | - |
| HSV(B) | 256.07º | 0.97% | 0.97% | - |
| XYZ | 19.55 | 8.27 | 88.56 | - |
| YUV | 54.38 | 236.7 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 247 | 0.71 | 0.97 | 0 | 0.03 | 256.07 | 0.94 | 0.5 |
| Hex | 48 | 8 | F7 | 47 | 61 | 0 | 3 | 100 | 5E | 32 |
| Octal | 110 | 10 | 367 | 107 | 141 | 0 | 3 | 400 | 136 | 62 |
| Binary | 1001000 | 1000 | 11110111 | 1000111 | 1100001 | 0 | 11 | 100000000 | 1011110 | 110010 |
Color Harmonies of #4808F7
Complementary color
Monochromatic Colors of #4808F7
Black with #4808F7
Text Example
Text Example
White with #4808F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808F7; }
p { color: rgb(72,8,247); }
H1.HeaderClassName
{
color: #4808F7;
}
.AnyTagClassName
{
color: #4808F7;
}
</style>
background-color css
<style>
a { background-color: #4808F7; }
a { background-color: rgb(72,8,247); }
div.DivClassName
{
background-color: #4808F7;
}
.BgClassName
{
background-color: #4808F7;
}
</style>
border-color css
<style>
span { border-color: #4808F7; }
span { border-color: rgb(72,8,247); }
td.TdClassName
{
border-color: #4808F7;
}
.TagClassName
{
border-color: #4808F7;
}
</style>