Shades of Han Purple #4A1BD6
Tints of Han Purple #4A1BD6
RGB
CMYK
RGB Variations
Color information
#4A1BD6 (or 0x4A1BD6) is known color: Han Purple. HEX triplet: 4A, 1B and D6. RGB value is (74,27,214). Sum of RGB (Red+Green+Blue) = 74+27+214=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A1BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1BD6 is #B5E429. Grayscale: #3D3D3D. Windows color (decimal): -11920426 or 14031690. OLE color: 14031690.
HSL color Cylindrical-coordinate representation of color #4A1BD6: hue angle of 255.08º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1BD6 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 27 | 214 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.16 |
| HSL | 255.08º | 0.78% | 0.47% | - |
| HSV(B) | 255.08º | 0.87% | 0.84% | - |
| XYZ | 15.35 | 7.09 | 64.18 | - |
| YUV | 62.37 | 213.57 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 214 | 0.65 | 0.87 | 0 | 0.16 | 255.08 | 0.78 | 0.47 |
| Hex | 4A | 1B | D6 | 41 | 57 | 0 | 10 | FF | 4E | 2F |
| Octal | 112 | 33 | 326 | 101 | 127 | 0 | 20 | 377 | 116 | 57 |
| Binary | 1001010 | 11011 | 11010110 | 1000001 | 1010111 | 0 | 10000 | 11111111 | 1001110 | 101111 |
Color Harmonies of #4A1BD6
Complementary color
Monochromatic Colors of #4A1BD6
Black with #4A1BD6
Text Example
Text Example
White with #4A1BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1BD6; }
p { color: rgb(74,27,214); }
H1.HeaderClassName
{
color: #4A1BD6;
}
.AnyTagClassName
{
color: #4A1BD6;
}
</style>
background-color css
<style>
a { background-color: #4A1BD6; }
a { background-color: rgb(74,27,214); }
div.DivClassName
{
background-color: #4A1BD6;
}
.BgClassName
{
background-color: #4A1BD6;
}
</style>
border-color css
<style>
span { border-color: #4A1BD6; }
span { border-color: rgb(74,27,214); }
td.TdClassName
{
border-color: #4A1BD6;
}
.TagClassName
{
border-color: #4A1BD6;
}
</style>