Shades of Han Purple #4802FF
Tints of Han Purple #4802FF
RGB
CMYK
RGB Variations
Color information
#4802FF (or 0x4802FF) is known color: Han Purple. HEX triplet: 48, 02 and FF. RGB value is (72,2,255). Sum of RGB (Red+Green+Blue) = 72+2+255=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #4802FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4802FF is #B7FD00. Grayscale: #323232. Windows color (decimal): -12057857 or 16712264. OLE color: 16712264.
HSL color Cylindrical-coordinate representation of color #4802FF: hue angle of 256.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802FF is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 2 | 255 | - |
| CMYK | 0.72 | 0.99 | 0 | 0 |
| HSL | 256.6º | 1% | 0.5% | - |
| HSV(B) | 256.6º | 0.99% | 1% | - |
| XYZ | 20.74 | 8.64 | 95.18 | - |
| YUV | 51.77 | 242.69 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 255 | 0.72 | 0.99 | 0 | 0 | 256.6 | 1 | 0.5 |
| Hex | 48 | 2 | FF | 48 | 63 | 0 | 0 | 101 | 64 | 32 |
| Octal | 110 | 2 | 377 | 110 | 143 | 0 | 0 | 401 | 144 | 62 |
| Binary | 1001000 | 10 | 11111111 | 1001000 | 1100011 | 0 | 0 | 100000001 | 1100100 | 110010 |
Color Harmonies of #4802FF
Complementary color
Monochromatic Colors of #4802FF
Black with #4802FF
Text Example
Text Example
White with #4802FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802FF; }
p { color: rgb(72,2,255); }
H1.HeaderClassName
{
color: #4802FF;
}
.AnyTagClassName
{
color: #4802FF;
}
</style>
background-color css
<style>
a { background-color: #4802FF; }
a { background-color: rgb(72,2,255); }
div.DivClassName
{
background-color: #4802FF;
}
.BgClassName
{
background-color: #4802FF;
}
</style>
border-color css
<style>
span { border-color: #4802FF; }
span { border-color: rgb(72,2,255); }
td.TdClassName
{
border-color: #4802FF;
}
.TagClassName
{
border-color: #4802FF;
}
</style>