Shades of Han Purple #4A02FD
Tints of Han Purple #4A02FD
RGB
CMYK
RGB Variations
Color information
#4A02FD (or 0x4A02FD) is known color: Han Purple. HEX triplet: 4A, 02 and FD. RGB value is (74,2,253). Sum of RGB (Red+Green+Blue) = 74+2+253=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A02FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A02FD is #B5FD02. Grayscale: #333333. Windows color (decimal): -11926787 or 16581194. OLE color: 16581194.
HSL color Cylindrical-coordinate representation of color #4A02FD: hue angle of 257.21º 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 #4A02FD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 2 | 253 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.01 |
| HSL | 257.21º | 0.98% | 0.5% | - |
| HSV(B) | 257.21º | 0.99% | 0.99% | - |
| XYZ | 20.58 | 8.59 | 93.5 | - |
| YUV | 52.14 | 241.35 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 253 | 0.71 | 0.99 | 0 | 0.01 | 257.21 | 0.98 | 0.5 |
| Hex | 4A | 2 | FD | 47 | 63 | 0 | 1 | 101 | 62 | 32 |
| Octal | 112 | 2 | 375 | 107 | 143 | 0 | 1 | 401 | 142 | 62 |
| Binary | 1001010 | 10 | 11111101 | 1000111 | 1100011 | 0 | 1 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4A02FD
Complementary color
Monochromatic Colors of #4A02FD
Black with #4A02FD
Text Example
Text Example
White with #4A02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A02FD; }
p { color: rgb(74,2,253); }
H1.HeaderClassName
{
color: #4A02FD;
}
.AnyTagClassName
{
color: #4A02FD;
}
</style>
background-color css
<style>
a { background-color: #4A02FD; }
a { background-color: rgb(74,2,253); }
div.DivClassName
{
background-color: #4A02FD;
}
.BgClassName
{
background-color: #4A02FD;
}
</style>
border-color css
<style>
span { border-color: #4A02FD; }
span { border-color: rgb(74,2,253); }
td.TdClassName
{
border-color: #4A02FD;
}
.TagClassName
{
border-color: #4A02FD;
}
</style>