Shades of Han Purple #4A00FA
Tints of Han Purple #4A00FA
RGB
CMYK
RGB Variations
Color information
#4A00FA (or 0x4A00FA) is known color: Han Purple. HEX triplet: 4A, 00 and FA. RGB value is (74,0,250). Sum of RGB (Red+Green+Blue) = 74+0+250=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A00FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A00FA is #B5FF05. Grayscale: #313131. Windows color (decimal): -11927302 or 16384074. OLE color: 16384074.
HSL color Cylindrical-coordinate representation of color #4A00FA: hue angle of 257.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00FA is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 0 | 250 | - |
| CMYK | 0.70 | 1 | 0 | 0.02 |
| HSL | 257.76º | 1% | 0.49% | - |
| HSV(B) | 257.76º | 1% | 0.98% | - |
| XYZ | 20.08 | 8.36 | 91 | - |
| YUV | 50.63 | 240.52 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 250 | 0.70 | 1 | 0 | 0.02 | 257.76 | 1 | 0.49 |
| Hex | 4A | 0 | FA | 46 | 64 | 0 | 2 | 102 | 64 | 31 |
| Octal | 112 | 0 | 372 | 106 | 144 | 0 | 2 | 402 | 144 | 61 |
| Binary | 1001010 | 0 | 11111010 | 1000110 | 1100100 | 0 | 10 | 100000010 | 1100100 | 110001 |
Color Harmonies of #4A00FA
Complementary color
Monochromatic Colors of #4A00FA
Black with #4A00FA
Text Example
Text Example
White with #4A00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00FA; }
p { color: rgb(74,0,250); }
H1.HeaderClassName
{
color: #4A00FA;
}
.AnyTagClassName
{
color: #4A00FA;
}
</style>
background-color css
<style>
a { background-color: #4A00FA; }
a { background-color: rgb(74,0,250); }
div.DivClassName
{
background-color: #4A00FA;
}
.BgClassName
{
background-color: #4A00FA;
}
</style>
border-color css
<style>
span { border-color: #4A00FA; }
span { border-color: rgb(74,0,250); }
td.TdClassName
{
border-color: #4A00FA;
}
.TagClassName
{
border-color: #4A00FA;
}
</style>