Shades of Han Purple #4927FB
Tints of Han Purple #4927FB
RGB
CMYK
RGB Variations
Color information
#4927FB (or 0x4927FB) is known color: Han Purple. HEX triplet: 49, 27 and FB. RGB value is (73,39,251). Sum of RGB (Red+Green+Blue) = 73+39+251=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #4927FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4927FB is #B6D804. Grayscale: #484848. Windows color (decimal): -11982853 or 16459593. OLE color: 16459593.
HSL color Cylindrical-coordinate representation of color #4927FB: hue angle of 249.62º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4927FB is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 39 | 251 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.02 |
| HSL | 249.62º | 0.96% | 0.57% | - |
| HSV(B) | 249.62º | 0.84% | 0.98% | - |
| XYZ | 20.89 | 9.83 | 92.06 | - |
| YUV | 73.33 | 228.26 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 251 | 0.71 | 0.84 | 0 | 0.02 | 249.62 | 0.96 | 0.57 |
| Hex | 49 | 27 | FB | 47 | 54 | 0 | 2 | FA | 60 | 39 |
| Octal | 111 | 47 | 373 | 107 | 124 | 0 | 2 | 372 | 140 | 71 |
| Binary | 1001001 | 100111 | 11111011 | 1000111 | 1010100 | 0 | 10 | 11111010 | 1100000 | 111001 |
Color Harmonies of #4927FB
Complementary color
Monochromatic Colors of #4927FB
Black with #4927FB
Text Example
Text Example
White with #4927FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927FB; }
p { color: rgb(73,39,251); }
H1.HeaderClassName
{
color: #4927FB;
}
.AnyTagClassName
{
color: #4927FB;
}
</style>
background-color css
<style>
a { background-color: #4927FB; }
a { background-color: rgb(73,39,251); }
div.DivClassName
{
background-color: #4927FB;
}
.BgClassName
{
background-color: #4927FB;
}
</style>
border-color css
<style>
span { border-color: #4927FB; }
span { border-color: rgb(73,39,251); }
td.TdClassName
{
border-color: #4927FB;
}
.TagClassName
{
border-color: #4927FB;
}
</style>