Shades of Han Purple #4808F9
Tints of Han Purple #4808F9
RGB
CMYK
RGB Variations
Color information
#4808F9 (or 0x4808F9) is known color: Han Purple. HEX triplet: 48, 08 and F9. RGB value is (72,8,249). Sum of RGB (Red+Green+Blue) = 72+8+249=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #4808F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4808F9 is #B7F706. Grayscale: #353535. Windows color (decimal): -12056327 or 16320584. OLE color: 16320584.
HSL color Cylindrical-coordinate representation of color #4808F9: hue angle of 255.93º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4808F9 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 8 | 249 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.02 |
| HSL | 255.93º | 0.95% | 0.5% | - |
| HSV(B) | 255.93º | 0.97% | 0.98% | - |
| XYZ | 19.86 | 8.39 | 90.2 | - |
| YUV | 54.61 | 237.7 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 249 | 0.71 | 0.97 | 0 | 0.02 | 255.93 | 0.95 | 0.5 |
| Hex | 48 | 8 | F9 | 47 | 61 | 0 | 2 | 100 | 5F | 32 |
| Octal | 110 | 10 | 371 | 107 | 141 | 0 | 2 | 400 | 137 | 62 |
| Binary | 1001000 | 1000 | 11111001 | 1000111 | 1100001 | 0 | 10 | 100000000 | 1011111 | 110010 |
Color Harmonies of #4808F9
Complementary color
Monochromatic Colors of #4808F9
Black with #4808F9
Text Example
Text Example
White with #4808F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808F9; }
p { color: rgb(72,8,249); }
H1.HeaderClassName
{
color: #4808F9;
}
.AnyTagClassName
{
color: #4808F9;
}
</style>
background-color css
<style>
a { background-color: #4808F9; }
a { background-color: rgb(72,8,249); }
div.DivClassName
{
background-color: #4808F9;
}
.BgClassName
{
background-color: #4808F9;
}
</style>
border-color css
<style>
span { border-color: #4808F9; }
span { border-color: rgb(72,8,249); }
td.TdClassName
{
border-color: #4808F9;
}
.TagClassName
{
border-color: #4808F9;
}
</style>