Shades of Han Purple #4803FE
Tints of Han Purple #4803FE
RGB
CMYK
RGB Variations
Color information
#4803FE (or 0x4803FE) is known color: Han Purple. HEX triplet: 48, 03 and FE. RGB value is (72,3,254). Sum of RGB (Red+Green+Blue) = 72+3+254=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #4803FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4803FE is #B7FC01. Grayscale: #333333. Windows color (decimal): -12057602 or 16646984. OLE color: 16646984.
HSL color Cylindrical-coordinate representation of color #4803FE: hue angle of 256.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4803FE is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 3 | 254 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.00 |
| HSL | 256.49º | 0.99% | 0.5% | - |
| HSV(B) | 256.49º | 0.99% | 1% | - |
| XYZ | 20.59 | 8.6 | 94.34 | - |
| YUV | 52.25 | 241.86 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 254 | 0.72 | 0.99 | 0 | 0.00 | 256.49 | 0.99 | 0.5 |
| Hex | 48 | 3 | FE | 48 | 63 | 0 | 0 | 100 | 63 | 32 |
| Octal | 110 | 3 | 376 | 110 | 143 | 0 | 0 | 400 | 143 | 62 |
| Binary | 1001000 | 11 | 11111110 | 1001000 | 1100011 | 0 | 0 | 100000000 | 1100011 | 110010 |
Color Harmonies of #4803FE
Complementary color
Monochromatic Colors of #4803FE
Black with #4803FE
Text Example
Text Example
White with #4803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4803FE; }
p { color: rgb(72,3,254); }
H1.HeaderClassName
{
color: #4803FE;
}
.AnyTagClassName
{
color: #4803FE;
}
</style>
background-color css
<style>
a { background-color: #4803FE; }
a { background-color: rgb(72,3,254); }
div.DivClassName
{
background-color: #4803FE;
}
.BgClassName
{
background-color: #4803FE;
}
</style>
border-color css
<style>
span { border-color: #4803FE; }
span { border-color: rgb(72,3,254); }
td.TdClassName
{
border-color: #4803FE;
}
.TagClassName
{
border-color: #4803FE;
}
</style>