Shades of Han Purple #4A10FC
Tints of Han Purple #4A10FC
RGB
CMYK
RGB Variations
Color information
#4A10FC (or 0x4A10FC) is known color: Han Purple. HEX triplet: 4A, 10 and FC. RGB value is (74,16,252). Sum of RGB (Red+Green+Blue) = 74+16+252=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A10FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A10FC is #B5EF03. Grayscale: #3B3B3B. Windows color (decimal): -11923204 or 16519242. OLE color: 16519242.
HSL color Cylindrical-coordinate representation of color #4A10FC: hue angle of 254.75º 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 #4A10FC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 16 | 252 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.01 |
| HSL | 254.75º | 0.98% | 0.53% | - |
| HSV(B) | 254.75º | 0.94% | 0.99% | - |
| XYZ | 20.58 | 8.85 | 92.72 | - |
| YUV | 60.25 | 236.22 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 252 | 0.71 | 0.94 | 0 | 0.01 | 254.75 | 0.98 | 0.53 |
| Hex | 4A | 10 | FC | 47 | 5E | 0 | 1 | FF | 62 | 35 |
| Octal | 112 | 20 | 374 | 107 | 136 | 0 | 1 | 377 | 142 | 65 |
| Binary | 1001010 | 10000 | 11111100 | 1000111 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110101 |
Color Harmonies of #4A10FC
Complementary color
Monochromatic Colors of #4A10FC
Black with #4A10FC
Text Example
Text Example
White with #4A10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A10FC; }
p { color: rgb(74,16,252); }
H1.HeaderClassName
{
color: #4A10FC;
}
.AnyTagClassName
{
color: #4A10FC;
}
</style>
background-color css
<style>
a { background-color: #4A10FC; }
a { background-color: rgb(74,16,252); }
div.DivClassName
{
background-color: #4A10FC;
}
.BgClassName
{
background-color: #4A10FC;
}
</style>
border-color css
<style>
span { border-color: #4A10FC; }
span { border-color: rgb(74,16,252); }
td.TdClassName
{
border-color: #4A10FC;
}
.TagClassName
{
border-color: #4A10FC;
}
</style>