Shades of Han Purple #4A0FFA
Tints of Han Purple #4A0FFA
RGB
CMYK
RGB Variations
Color information
#4A0FFA (or 0x4A0FFA) is known color: Han Purple. HEX triplet: 4A, 0F and FA. RGB value is (74,15,250). Sum of RGB (Red+Green+Blue) = 74+15+250=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0FFA is #B5F005. Grayscale: #3A3A3A. Windows color (decimal): -11923462 or 16387914. OLE color: 16387914.
HSL color Cylindrical-coordinate representation of color #4A0FFA: hue angle of 255.06º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0FFA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 15 | 250 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.02 |
| HSL | 255.06º | 0.96% | 0.52% | - |
| HSV(B) | 255.06º | 0.94% | 0.98% | - |
| XYZ | 20.25 | 8.7 | 91.05 | - |
| YUV | 59.43 | 235.55 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 250 | 0.70 | 0.94 | 0 | 0.02 | 255.06 | 0.96 | 0.52 |
| Hex | 4A | F | FA | 46 | 5E | 0 | 2 | FF | 60 | 34 |
| Octal | 112 | 17 | 372 | 106 | 136 | 0 | 2 | 377 | 140 | 64 |
| Binary | 1001010 | 1111 | 11111010 | 1000110 | 1011110 | 0 | 10 | 11111111 | 1100000 | 110100 |
Color Harmonies of #4A0FFA
Complementary color
Monochromatic Colors of #4A0FFA
Black with #4A0FFA
Text Example
Text Example
White with #4A0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0FFA; }
p { color: rgb(74,15,250); }
H1.HeaderClassName
{
color: #4A0FFA;
}
.AnyTagClassName
{
color: #4A0FFA;
}
</style>
background-color css
<style>
a { background-color: #4A0FFA; }
a { background-color: rgb(74,15,250); }
div.DivClassName
{
background-color: #4A0FFA;
}
.BgClassName
{
background-color: #4A0FFA;
}
</style>
border-color css
<style>
span { border-color: #4A0FFA; }
span { border-color: rgb(74,15,250); }
td.TdClassName
{
border-color: #4A0FFA;
}
.TagClassName
{
border-color: #4A0FFA;
}
</style>