Shades of Han Purple #4802F9
Tints of Han Purple #4802F9
RGB
CMYK
RGB Variations
Color information
#4802F9 (or 0x4802F9) is known color: Han Purple. HEX triplet: 48, 02 and F9. RGB value is (72,2,249). Sum of RGB (Red+Green+Blue) = 72+2+249=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 249 (97.66% from 255 or 77.09% from 323); Max value from RGB is 249 - color contains mainly: blue. Hex color #4802F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4802F9 is #B7FD06. Grayscale: #323232. Windows color (decimal): -12057863 or 16319048. OLE color: 16319048.
HSL color Cylindrical-coordinate representation of color #4802F9: hue angle of 257º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802F9 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 2 | 249 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.02 |
| HSL | 257º | 0.98% | 0.49% | - |
| HSV(B) | 257º | 0.99% | 0.98% | - |
| XYZ | 19.79 | 8.26 | 90.17 | - |
| YUV | 51.09 | 239.69 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 249 | 0.71 | 0.99 | 0 | 0.02 | 257 | 0.98 | 0.49 |
| Hex | 48 | 2 | F9 | 47 | 63 | 0 | 2 | 101 | 62 | 31 |
| Octal | 110 | 2 | 371 | 107 | 143 | 0 | 2 | 401 | 142 | 61 |
| Binary | 1001000 | 10 | 11111001 | 1000111 | 1100011 | 0 | 10 | 100000001 | 1100010 | 110001 |
Color Harmonies of #4802F9
Complementary color
Monochromatic Colors of #4802F9
Black with #4802F9
Text Example
Text Example
White with #4802F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802F9; }
p { color: rgb(72,2,249); }
H1.HeaderClassName
{
color: #4802F9;
}
.AnyTagClassName
{
color: #4802F9;
}
</style>
background-color css
<style>
a { background-color: #4802F9; }
a { background-color: rgb(72,2,249); }
div.DivClassName
{
background-color: #4802F9;
}
.BgClassName
{
background-color: #4802F9;
}
</style>
border-color css
<style>
span { border-color: #4802F9; }
span { border-color: rgb(72,2,249); }
td.TdClassName
{
border-color: #4802F9;
}
.TagClassName
{
border-color: #4802F9;
}
</style>