Shades of Han Purple #4802FD
Tints of Han Purple #4802FD
RGB
CMYK
RGB Variations
Color information
#4802FD (or 0x4802FD) is known color: Han Purple. HEX triplet: 48, 02 and FD. RGB value is (72,2,253). Sum of RGB (Red+Green+Blue) = 72+2+253=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #4802FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4802FD is #B7FD02. Grayscale: #323232. Windows color (decimal): -12057859 or 16581192. OLE color: 16581192.
HSL color Cylindrical-coordinate representation of color #4802FD: hue angle of 256.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802FD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 2 | 253 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.01 |
| HSL | 256.73º | 0.98% | 0.5% | - |
| HSV(B) | 256.73º | 0.99% | 0.99% | - |
| XYZ | 20.42 | 8.51 | 93.5 | - |
| YUV | 51.54 | 241.69 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 253 | 0.72 | 0.99 | 0 | 0.01 | 256.73 | 0.98 | 0.5 |
| Hex | 48 | 2 | FD | 48 | 63 | 0 | 1 | 101 | 62 | 32 |
| Octal | 110 | 2 | 375 | 110 | 143 | 0 | 1 | 401 | 142 | 62 |
| Binary | 1001000 | 10 | 11111101 | 1001000 | 1100011 | 0 | 1 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4802FD
Complementary color
Monochromatic Colors of #4802FD
Black with #4802FD
Text Example
Text Example
White with #4802FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802FD; }
p { color: rgb(72,2,253); }
H1.HeaderClassName
{
color: #4802FD;
}
.AnyTagClassName
{
color: #4802FD;
}
</style>
background-color css
<style>
a { background-color: #4802FD; }
a { background-color: rgb(72,2,253); }
div.DivClassName
{
background-color: #4802FD;
}
.BgClassName
{
background-color: #4802FD;
}
</style>
border-color css
<style>
span { border-color: #4802FD; }
span { border-color: rgb(72,2,253); }
td.TdClassName
{
border-color: #4802FD;
}
.TagClassName
{
border-color: #4802FD;
}
</style>