Shades of Han Purple #4802FB
Tints of Han Purple #4802FB
RGB
CMYK
RGB Variations
Color information
#4802FB (or 0x4802FB) is known color: Han Purple. HEX triplet: 48, 02 and FB. RGB value is (72,2,251). Sum of RGB (Red+Green+Blue) = 72+2+251=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #4802FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4802FB is #B7FD04. Grayscale: #323232. Windows color (decimal): -12057861 or 16450120. OLE color: 16450120.
HSL color Cylindrical-coordinate representation of color #4802FB: hue angle of 256.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802FB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 2 | 251 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.02 |
| HSL | 256.87º | 0.98% | 0.5% | - |
| HSV(B) | 256.87º | 0.99% | 0.98% | - |
| XYZ | 20.11 | 8.39 | 91.83 | - |
| YUV | 51.32 | 240.69 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 251 | 0.71 | 0.99 | 0 | 0.02 | 256.87 | 0.98 | 0.5 |
| Hex | 48 | 2 | FB | 47 | 63 | 0 | 2 | 101 | 62 | 32 |
| Octal | 110 | 2 | 373 | 107 | 143 | 0 | 2 | 401 | 142 | 62 |
| Binary | 1001000 | 10 | 11111011 | 1000111 | 1100011 | 0 | 10 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4802FB
Complementary color
Monochromatic Colors of #4802FB
Black with #4802FB
Text Example
Text Example
White with #4802FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802FB; }
p { color: rgb(72,2,251); }
H1.HeaderClassName
{
color: #4802FB;
}
.AnyTagClassName
{
color: #4802FB;
}
</style>
background-color css
<style>
a { background-color: #4802FB; }
a { background-color: rgb(72,2,251); }
div.DivClassName
{
background-color: #4802FB;
}
.BgClassName
{
background-color: #4802FB;
}
</style>
border-color css
<style>
span { border-color: #4802FB; }
span { border-color: rgb(72,2,251); }
td.TdClassName
{
border-color: #4802FB;
}
.TagClassName
{
border-color: #4802FB;
}
</style>