Shades of Han Purple #4A00FB
Tints of Han Purple #4A00FB
RGB
CMYK
RGB Variations
Color information
#4A00FB (or 0x4A00FB) is known color: Han Purple. HEX triplet: 4A, 00 and FB. RGB value is (74,0,251). Sum of RGB (Red+Green+Blue) = 74+0+251=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A00FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A00FB is #B5FF04. Grayscale: #313131. Windows color (decimal): -11927301 or 16449610. OLE color: 16449610.
HSL color Cylindrical-coordinate representation of color #4A00FB: hue angle of 257.69º 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 #4A00FB is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 0 | 251 | - |
| CMYK | 0.71 | 1 | 0 | 0.02 |
| HSL | 257.69º | 1% | 0.49% | - |
| HSV(B) | 257.69º | 1% | 0.98% | - |
| XYZ | 20.24 | 8.42 | 91.83 | - |
| YUV | 50.74 | 241.02 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 251 | 0.71 | 1 | 0 | 0.02 | 257.69 | 1 | 0.49 |
| Hex | 4A | 0 | FB | 47 | 64 | 0 | 2 | 102 | 64 | 31 |
| Octal | 112 | 0 | 373 | 107 | 144 | 0 | 2 | 402 | 144 | 61 |
| Binary | 1001010 | 0 | 11111011 | 1000111 | 1100100 | 0 | 10 | 100000010 | 1100100 | 110001 |
Color Harmonies of #4A00FB
Complementary color
Monochromatic Colors of #4A00FB
Black with #4A00FB
Text Example
Text Example
White with #4A00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00FB; }
p { color: rgb(74,0,251); }
H1.HeaderClassName
{
color: #4A00FB;
}
.AnyTagClassName
{
color: #4A00FB;
}
</style>
background-color css
<style>
a { background-color: #4A00FB; }
a { background-color: rgb(74,0,251); }
div.DivClassName
{
background-color: #4A00FB;
}
.BgClassName
{
background-color: #4A00FB;
}
</style>
border-color css
<style>
span { border-color: #4A00FB; }
span { border-color: rgb(74,0,251); }
td.TdClassName
{
border-color: #4A00FB;
}
.TagClassName
{
border-color: #4A00FB;
}
</style>