Shades of Han Purple #4927F2
Tints of Han Purple #4927F2
RGB
CMYK
RGB Variations
Color information
#4927F2 (or 0x4927F2) is known color: Han Purple. HEX triplet: 49, 27 and F2. RGB value is (73,39,242). Sum of RGB (Red+Green+Blue) = 73+39+242=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #4927F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4927F2 is #B6D80D. Grayscale: #474747. Windows color (decimal): -11982862 or 15869769. OLE color: 15869769.
HSL color Cylindrical-coordinate representation of color #4927F2: hue angle of 250.05º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4927F2 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 39 | 242 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.05 |
| HSL | 250.05º | 0.89% | 0.55% | - |
| HSV(B) | 250.05º | 0.84% | 0.95% | - |
| XYZ | 19.5 | 9.28 | 84.77 | - |
| YUV | 72.31 | 223.76 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 242 | 0.70 | 0.84 | 0 | 0.05 | 250.05 | 0.89 | 0.55 |
| Hex | 49 | 27 | F2 | 46 | 54 | 0 | 5 | FA | 59 | 37 |
| Octal | 111 | 47 | 362 | 106 | 124 | 0 | 5 | 372 | 131 | 67 |
| Binary | 1001001 | 100111 | 11110010 | 1000110 | 1010100 | 0 | 101 | 11111010 | 1011001 | 110111 |
Color Harmonies of #4927F2
Complementary color
Monochromatic Colors of #4927F2
Black with #4927F2
Text Example
Text Example
White with #4927F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927F2; }
p { color: rgb(73,39,242); }
H1.HeaderClassName
{
color: #4927F2;
}
.AnyTagClassName
{
color: #4927F2;
}
</style>
background-color css
<style>
a { background-color: #4927F2; }
a { background-color: rgb(73,39,242); }
div.DivClassName
{
background-color: #4927F2;
}
.BgClassName
{
background-color: #4927F2;
}
</style>
border-color css
<style>
span { border-color: #4927F2; }
span { border-color: rgb(73,39,242); }
td.TdClassName
{
border-color: #4927F2;
}
.TagClassName
{
border-color: #4927F2;
}
</style>