Shades of Han Purple #4921FE
Tints of Han Purple #4921FE
RGB
CMYK
RGB Variations
Color information
#4921FE (or 0x4921FE) is known color: Han Purple. HEX triplet: 49, 21 and FE. RGB value is (73,33,254). Sum of RGB (Red+Green+Blue) = 73+33+254=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #4921FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4921FE is #B6DE01. Grayscale: #454545. Windows color (decimal): -11984386 or 16654665. OLE color: 16654665.
HSL color Cylindrical-coordinate representation of color #4921FE: hue angle of 250.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4921FE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 33 | 254 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.00 |
| HSL | 250.86º | 0.99% | 0.56% | - |
| HSV(B) | 250.86º | 0.87% | 1% | - |
| XYZ | 21.18 | 9.66 | 94.51 | - |
| YUV | 70.15 | 231.75 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 254 | 0.71 | 0.87 | 0 | 0.00 | 250.86 | 0.99 | 0.56 |
| Hex | 49 | 21 | FE | 47 | 57 | 0 | 0 | FB | 63 | 38 |
| Octal | 111 | 41 | 376 | 107 | 127 | 0 | 0 | 373 | 143 | 70 |
| Binary | 1001001 | 100001 | 11111110 | 1000111 | 1010111 | 0 | 0 | 11111011 | 1100011 | 111000 |
Color Harmonies of #4921FE
Complementary color
Monochromatic Colors of #4921FE
Black with #4921FE
Text Example
Text Example
White with #4921FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4921FE; }
p { color: rgb(73,33,254); }
H1.HeaderClassName
{
color: #4921FE;
}
.AnyTagClassName
{
color: #4921FE;
}
</style>
background-color css
<style>
a { background-color: #4921FE; }
a { background-color: rgb(73,33,254); }
div.DivClassName
{
background-color: #4921FE;
}
.BgClassName
{
background-color: #4921FE;
}
</style>
border-color css
<style>
span { border-color: #4921FE; }
span { border-color: rgb(73,33,254); }
td.TdClassName
{
border-color: #4921FE;
}
.TagClassName
{
border-color: #4921FE;
}
</style>