Shades of Han Purple #4A10FD
Tints of Han Purple #4A10FD
RGB
CMYK
RGB Variations
Color information
#4A10FD (or 0x4A10FD) is known color: Han Purple. HEX triplet: 4A, 10 and FD. RGB value is (74,16,253). Sum of RGB (Red+Green+Blue) = 74+16+253=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A10FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A10FD is #B5EF02. Grayscale: #3B3B3B. Windows color (decimal): -11923203 or 16584778. OLE color: 16584778.
HSL color Cylindrical-coordinate representation of color #4A10FD: hue angle of 254.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A10FD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 16 | 253 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.01 |
| HSL | 254.68º | 0.98% | 0.53% | - |
| HSV(B) | 254.68º | 0.94% | 0.99% | - |
| XYZ | 20.74 | 8.92 | 93.56 | - |
| YUV | 60.36 | 236.72 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 253 | 0.71 | 0.94 | 0 | 0.01 | 254.68 | 0.98 | 0.53 |
| Hex | 4A | 10 | FD | 47 | 5E | 0 | 1 | FF | 62 | 35 |
| Octal | 112 | 20 | 375 | 107 | 136 | 0 | 1 | 377 | 142 | 65 |
| Binary | 1001010 | 10000 | 11111101 | 1000111 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110101 |
Color Harmonies of #4A10FD
Complementary color
Monochromatic Colors of #4A10FD
Black with #4A10FD
Text Example
Text Example
White with #4A10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A10FD; }
p { color: rgb(74,16,253); }
H1.HeaderClassName
{
color: #4A10FD;
}
.AnyTagClassName
{
color: #4A10FD;
}
</style>
background-color css
<style>
a { background-color: #4A10FD; }
a { background-color: rgb(74,16,253); }
div.DivClassName
{
background-color: #4A10FD;
}
.BgClassName
{
background-color: #4A10FD;
}
</style>
border-color css
<style>
span { border-color: #4A10FD; }
span { border-color: rgb(74,16,253); }
td.TdClassName
{
border-color: #4A10FD;
}
.TagClassName
{
border-color: #4A10FD;
}
</style>