Shades of Han Purple #4927FF
Tints of Han Purple #4927FF
RGB
CMYK
RGB Variations
Color information
#4927FF (or 0x4927FF) is known color: Han Purple. HEX triplet: 49, 27 and FF. RGB value is (73,39,255). Sum of RGB (Red+Green+Blue) = 73+39+255=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #4927FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4927FF is #B6D800. Grayscale: #484848. Windows color (decimal): -11982849 or 16721737. OLE color: 16721737.
HSL color Cylindrical-coordinate representation of color #4927FF: hue angle of 249.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4927FF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 39 | 255 | - |
| CMYK | 0.71 | 0.85 | 0 | 0 |
| HSL | 249.44º | 1% | 0.58% | - |
| HSV(B) | 249.44º | 0.85% | 1% | - |
| XYZ | 21.52 | 10.09 | 95.42 | - |
| YUV | 73.79 | 230.26 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 255 | 0.71 | 0.85 | 0 | 0 | 249.44 | 1 | 0.58 |
| Hex | 49 | 27 | FF | 47 | 55 | 0 | 0 | F9 | 64 | 3A |
| Octal | 111 | 47 | 377 | 107 | 125 | 0 | 0 | 371 | 144 | 72 |
| Binary | 1001001 | 100111 | 11111111 | 1000111 | 1010101 | 0 | 0 | 11111001 | 1100100 | 111010 |
Color Harmonies of #4927FF
Complementary color
Monochromatic Colors of #4927FF
Black with #4927FF
Text Example
Text Example
White with #4927FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927FF; }
p { color: rgb(73,39,255); }
H1.HeaderClassName
{
color: #4927FF;
}
.AnyTagClassName
{
color: #4927FF;
}
</style>
background-color css
<style>
a { background-color: #4927FF; }
a { background-color: rgb(73,39,255); }
div.DivClassName
{
background-color: #4927FF;
}
.BgClassName
{
background-color: #4927FF;
}
</style>
border-color css
<style>
span { border-color: #4927FF; }
span { border-color: rgb(73,39,255); }
td.TdClassName
{
border-color: #4927FF;
}
.TagClassName
{
border-color: #4927FF;
}
</style>