Shades of Han Purple #4A03FD
Tints of Han Purple #4A03FD
RGB
CMYK
RGB Variations
Color information
#4A03FD (or 0x4A03FD) is known color: Han Purple. HEX triplet: 4A, 03 and FD. RGB value is (74,3,253). Sum of RGB (Red+Green+Blue) = 74+3+253=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A03FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A03FD is #B5FC02. Grayscale: #333333. Windows color (decimal): -11926531 or 16581450. OLE color: 16581450.
HSL color Cylindrical-coordinate representation of color #4A03FD: hue angle of 257.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A03FD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 3 | 253 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.01 |
| HSL | 257.04º | 0.98% | 0.5% | - |
| HSV(B) | 257.04º | 0.99% | 0.99% | - |
| XYZ | 20.59 | 8.61 | 93.51 | - |
| YUV | 52.73 | 241.02 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 253 | 0.71 | 0.99 | 0 | 0.01 | 257.04 | 0.98 | 0.5 |
| Hex | 4A | 3 | FD | 47 | 63 | 0 | 1 | 101 | 62 | 32 |
| Octal | 112 | 3 | 375 | 107 | 143 | 0 | 1 | 401 | 142 | 62 |
| Binary | 1001010 | 11 | 11111101 | 1000111 | 1100011 | 0 | 1 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4A03FD
Complementary color
Monochromatic Colors of #4A03FD
Black with #4A03FD
Text Example
Text Example
White with #4A03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A03FD; }
p { color: rgb(74,3,253); }
H1.HeaderClassName
{
color: #4A03FD;
}
.AnyTagClassName
{
color: #4A03FD;
}
</style>
background-color css
<style>
a { background-color: #4A03FD; }
a { background-color: rgb(74,3,253); }
div.DivClassName
{
background-color: #4A03FD;
}
.BgClassName
{
background-color: #4A03FD;
}
</style>
border-color css
<style>
span { border-color: #4A03FD; }
span { border-color: rgb(74,3,253); }
td.TdClassName
{
border-color: #4A03FD;
}
.TagClassName
{
border-color: #4A03FD;
}
</style>