Shades of Han Purple #4927F7
Tints of Han Purple #4927F7
RGB
CMYK
RGB Variations
Color information
#4927F7 (or 0x4927F7) is known color: Han Purple. HEX triplet: 49, 27 and F7. RGB value is (73,39,247). Sum of RGB (Red+Green+Blue) = 73+39+247=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #4927F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4927F7 is #B6D808. Grayscale: #484848. Windows color (decimal): -11982857 or 16197449. OLE color: 16197449.
HSL color Cylindrical-coordinate representation of color #4927F7: hue angle of 249.81º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4927F7 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 39 | 247 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.03 |
| HSL | 249.81º | 0.93% | 0.56% | - |
| HSV(B) | 249.81º | 0.84% | 0.97% | - |
| XYZ | 20.26 | 9.58 | 88.78 | - |
| YUV | 72.88 | 226.26 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 247 | 0.70 | 0.84 | 0 | 0.03 | 249.81 | 0.93 | 0.56 |
| Hex | 49 | 27 | F7 | 46 | 54 | 0 | 3 | FA | 5D | 38 |
| Octal | 111 | 47 | 367 | 106 | 124 | 0 | 3 | 372 | 135 | 70 |
| Binary | 1001001 | 100111 | 11110111 | 1000110 | 1010100 | 0 | 11 | 11111010 | 1011101 | 111000 |
Color Harmonies of #4927F7
Complementary color
Monochromatic Colors of #4927F7
Black with #4927F7
Text Example
Text Example
White with #4927F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927F7; }
p { color: rgb(73,39,247); }
H1.HeaderClassName
{
color: #4927F7;
}
.AnyTagClassName
{
color: #4927F7;
}
</style>
background-color css
<style>
a { background-color: #4927F7; }
a { background-color: rgb(73,39,247); }
div.DivClassName
{
background-color: #4927F7;
}
.BgClassName
{
background-color: #4927F7;
}
</style>
border-color css
<style>
span { border-color: #4927F7; }
span { border-color: rgb(73,39,247); }
td.TdClassName
{
border-color: #4927F7;
}
.TagClassName
{
border-color: #4927F7;
}
</style>