Shades of Han Purple #4921FA
Tints of Han Purple #4921FA
RGB
CMYK
RGB Variations
Color information
#4921FA (or 0x4921FA) is known color: Han Purple. HEX triplet: 49, 21 and FA. RGB value is (73,33,250). Sum of RGB (Red+Green+Blue) = 73+33+250=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #4921FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4921FA is #B6DE05. Grayscale: #444444. Windows color (decimal): -11984390 or 16392521. OLE color: 16392521.
HSL color Cylindrical-coordinate representation of color #4921FA: hue angle of 251.06º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4921FA is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 33 | 250 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.02 |
| HSL | 251.06º | 0.96% | 0.55% | - |
| HSV(B) | 251.06º | 0.87% | 0.98% | - |
| XYZ | 20.55 | 9.41 | 91.18 | - |
| YUV | 69.7 | 229.75 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 250 | 0.71 | 0.87 | 0 | 0.02 | 251.06 | 0.96 | 0.55 |
| Hex | 49 | 21 | FA | 47 | 57 | 0 | 2 | FB | 60 | 37 |
| Octal | 111 | 41 | 372 | 107 | 127 | 0 | 2 | 373 | 140 | 67 |
| Binary | 1001001 | 100001 | 11111010 | 1000111 | 1010111 | 0 | 10 | 11111011 | 1100000 | 110111 |
Color Harmonies of #4921FA
Complementary color
Monochromatic Colors of #4921FA
Black with #4921FA
Text Example
Text Example
White with #4921FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4921FA; }
p { color: rgb(73,33,250); }
H1.HeaderClassName
{
color: #4921FA;
}
.AnyTagClassName
{
color: #4921FA;
}
</style>
background-color css
<style>
a { background-color: #4921FA; }
a { background-color: rgb(73,33,250); }
div.DivClassName
{
background-color: #4921FA;
}
.BgClassName
{
background-color: #4921FA;
}
</style>
border-color css
<style>
span { border-color: #4921FA; }
span { border-color: rgb(73,33,250); }
td.TdClassName
{
border-color: #4921FA;
}
.TagClassName
{
border-color: #4921FA;
}
</style>