Shades of Han Purple #4927FD
Tints of Han Purple #4927FD
RGB
CMYK
RGB Variations
Color information
#4927FD (or 0x4927FD) is known color: Han Purple. HEX triplet: 49, 27 and FD. RGB value is (73,39,253). Sum of RGB (Red+Green+Blue) = 73+39+253=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #4927FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4927FD is #B6D802. Grayscale: #484848. Windows color (decimal): -11982851 or 16590665. OLE color: 16590665.
HSL color Cylindrical-coordinate representation of color #4927FD: hue angle of 249.53º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4927FD is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 39 | 253 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.01 |
| HSL | 249.53º | 0.98% | 0.57% | - |
| HSV(B) | 249.53º | 0.85% | 0.99% | - |
| XYZ | 21.2 | 9.96 | 93.73 | - |
| YUV | 73.56 | 229.26 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 253 | 0.71 | 0.85 | 0 | 0.01 | 249.53 | 0.98 | 0.57 |
| Hex | 49 | 27 | FD | 47 | 55 | 0 | 1 | FA | 62 | 39 |
| Octal | 111 | 47 | 375 | 107 | 125 | 0 | 1 | 372 | 142 | 71 |
| Binary | 1001001 | 100111 | 11111101 | 1000111 | 1010101 | 0 | 1 | 11111010 | 1100010 | 111001 |
Color Harmonies of #4927FD
Complementary color
Monochromatic Colors of #4927FD
Black with #4927FD
Text Example
Text Example
White with #4927FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927FD; }
p { color: rgb(73,39,253); }
H1.HeaderClassName
{
color: #4927FD;
}
.AnyTagClassName
{
color: #4927FD;
}
</style>
background-color css
<style>
a { background-color: #4927FD; }
a { background-color: rgb(73,39,253); }
div.DivClassName
{
background-color: #4927FD;
}
.BgClassName
{
background-color: #4927FD;
}
</style>
border-color css
<style>
span { border-color: #4927FD; }
span { border-color: rgb(73,39,253); }
td.TdClassName
{
border-color: #4927FD;
}
.TagClassName
{
border-color: #4927FD;
}
</style>