Shades of Han Purple #4A10DF
Tints of Han Purple #4A10DF
RGB
CMYK
RGB Variations
Color information
#4A10DF (or 0x4A10DF) is known color: Han Purple. HEX triplet: 4A, 10 and DF. RGB value is (74,16,223). Sum of RGB (Red+Green+Blue) = 74+16+223=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A10DF is #B5EF20. Grayscale: #383838. Windows color (decimal): -11923233 or 14618698. OLE color: 14618698.
HSL color Cylindrical-coordinate representation of color #4A10DF: hue angle of 256.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A10DF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 16 | 223 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.13 |
| HSL | 256.81º | 0.87% | 0.47% | - |
| HSV(B) | 256.81º | 0.93% | 0.87% | - |
| XYZ | 16.33 | 7.15 | 70.33 | - |
| YUV | 56.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 223 | 0.67 | 0.93 | 0 | 0.13 | 256.81 | 0.87 | 0.47 |
| Hex | 4A | 10 | DF | 43 | 5D | 0 | D | 101 | 57 | 2F |
| Octal | 112 | 20 | 337 | 103 | 135 | 0 | 15 | 401 | 127 | 57 |
| Binary | 1001010 | 10000 | 11011111 | 1000011 | 1011101 | 0 | 1101 | 100000001 | 1010111 | 101111 |
Color Harmonies of #4A10DF
Complementary color
Monochromatic Colors of #4A10DF
Black with #4A10DF
Text Example
Text Example
White with #4A10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A10DF; }
p { color: rgb(74,16,223); }
H1.HeaderClassName
{
color: #4A10DF;
}
.AnyTagClassName
{
color: #4A10DF;
}
</style>
background-color css
<style>
a { background-color: #4A10DF; }
a { background-color: rgb(74,16,223); }
div.DivClassName
{
background-color: #4A10DF;
}
.BgClassName
{
background-color: #4A10DF;
}
</style>
border-color css
<style>
span { border-color: #4A10DF; }
span { border-color: rgb(74,16,223); }
td.TdClassName
{
border-color: #4A10DF;
}
.TagClassName
{
border-color: #4A10DF;
}
</style>