Shades of Han Purple #4A1ADF
Tints of Han Purple #4A1ADF
RGB
CMYK
RGB Variations
Color information
#4A1ADF (or 0x4A1ADF) is known color: Han Purple. HEX triplet: 4A, 1A and DF. RGB value is (74,26,223). Sum of RGB (Red+Green+Blue) = 74+26+223=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A1ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1ADF is #B5E520. Grayscale: #3E3E3E. Windows color (decimal): -11920673 or 14621258. OLE color: 14621258.
HSL color Cylindrical-coordinate representation of color #4A1ADF: hue angle of 254.62º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1ADF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 26 | 223 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.13 |
| HSL | 254.62º | 0.79% | 0.49% | - |
| HSV(B) | 254.62º | 0.88% | 0.87% | - |
| XYZ | 16.51 | 7.52 | 70.39 | - |
| YUV | 62.81 | 218.4 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 223 | 0.67 | 0.88 | 0 | 0.13 | 254.62 | 0.79 | 0.49 |
| Hex | 4A | 1A | DF | 43 | 58 | 0 | D | FF | 4F | 31 |
| Octal | 112 | 32 | 337 | 103 | 130 | 0 | 15 | 377 | 117 | 61 |
| Binary | 1001010 | 11010 | 11011111 | 1000011 | 1011000 | 0 | 1101 | 11111111 | 1001111 | 110001 |
Color Harmonies of #4A1ADF
Complementary color
Monochromatic Colors of #4A1ADF
Black with #4A1ADF
Text Example
Text Example
White with #4A1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1ADF; }
p { color: rgb(74,26,223); }
H1.HeaderClassName
{
color: #4A1ADF;
}
.AnyTagClassName
{
color: #4A1ADF;
}
</style>
background-color css
<style>
a { background-color: #4A1ADF; }
a { background-color: rgb(74,26,223); }
div.DivClassName
{
background-color: #4A1ADF;
}
.BgClassName
{
background-color: #4A1ADF;
}
</style>
border-color css
<style>
span { border-color: #4A1ADF; }
span { border-color: rgb(74,26,223); }
td.TdClassName
{
border-color: #4A1ADF;
}
.TagClassName
{
border-color: #4A1ADF;
}
</style>