Shades of Han Purple #4905F3
Tints of Han Purple #4905F3
RGB
CMYK
RGB Variations
Color information
#4905F3 (or 0x4905F3) is known color: Han Purple. HEX triplet: 49, 05 and F3. RGB value is (73,5,243). Sum of RGB (Red+Green+Blue) = 73+5+243=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #4905F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4905F3 is #B6FA0C. Grayscale: #333333. Windows color (decimal): -11991565 or 15926601. OLE color: 15926601.
HSL color Cylindrical-coordinate representation of color #4905F3: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4905F3 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 5 | 243 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.05 |
| HSL | 257.14º | 0.96% | 0.49% | - |
| HSV(B) | 257.14º | 0.98% | 0.95% | - |
| XYZ | 18.98 | 8 | 85.34 | - |
| YUV | 52.46 | 235.53 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 243 | 0.70 | 0.98 | 0 | 0.05 | 257.14 | 0.96 | 0.49 |
| Hex | 49 | 5 | F3 | 46 | 62 | 0 | 5 | 101 | 60 | 31 |
| Octal | 111 | 5 | 363 | 106 | 142 | 0 | 5 | 401 | 140 | 61 |
| Binary | 1001001 | 101 | 11110011 | 1000110 | 1100010 | 0 | 101 | 100000001 | 1100000 | 110001 |
Color Harmonies of #4905F3
Complementary color
Monochromatic Colors of #4905F3
Black with #4905F3
Text Example
Text Example
White with #4905F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905F3; }
p { color: rgb(73,5,243); }
H1.HeaderClassName
{
color: #4905F3;
}
.AnyTagClassName
{
color: #4905F3;
}
</style>
background-color css
<style>
a { background-color: #4905F3; }
a { background-color: rgb(73,5,243); }
div.DivClassName
{
background-color: #4905F3;
}
.BgClassName
{
background-color: #4905F3;
}
</style>
border-color css
<style>
span { border-color: #4905F3; }
span { border-color: rgb(73,5,243); }
td.TdClassName
{
border-color: #4905F3;
}
.TagClassName
{
border-color: #4905F3;
}
</style>