Shades of Han Purple #4A2BFF
Tints of Han Purple #4A2BFF
RGB
CMYK
RGB Variations
Color information
#4A2BFF (or 0x4A2BFF) is known color: Han Purple. HEX triplet: 4A, 2B and FF. RGB value is (74,43,255). Sum of RGB (Red+Green+Blue) = 74+43+255=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A2BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2BFF is #B5D400. Grayscale: #4B4B4B. Windows color (decimal): -11916289 or 16722762. OLE color: 16722762.
HSL color Cylindrical-coordinate representation of color #4A2BFF: hue angle of 248.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A2BFF is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 43 | 255 | - |
| CMYK | 0.71 | 0.83 | 0 | 0 |
| HSL | 248.77º | 1% | 0.58% | - |
| HSV(B) | 248.77º | 0.83% | 1% | - |
| XYZ | 21.74 | 10.4 | 95.47 | - |
| YUV | 76.44 | 228.77 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 255 | 0.71 | 0.83 | 0 | 0 | 248.77 | 1 | 0.58 |
| Hex | 4A | 2B | FF | 47 | 53 | 0 | 0 | F9 | 64 | 3A |
| Octal | 112 | 53 | 377 | 107 | 123 | 0 | 0 | 371 | 144 | 72 |
| Binary | 1001010 | 101011 | 11111111 | 1000111 | 1010011 | 0 | 0 | 11111001 | 1100100 | 111010 |
Color Harmonies of #4A2BFF
Complementary color
Monochromatic Colors of #4A2BFF
Black with #4A2BFF
Text Example
Text Example
White with #4A2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2BFF; }
p { color: rgb(74,43,255); }
H1.HeaderClassName
{
color: #4A2BFF;
}
.AnyTagClassName
{
color: #4A2BFF;
}
</style>
background-color css
<style>
a { background-color: #4A2BFF; }
a { background-color: rgb(74,43,255); }
div.DivClassName
{
background-color: #4A2BFF;
}
.BgClassName
{
background-color: #4A2BFF;
}
</style>
border-color css
<style>
span { border-color: #4A2BFF; }
span { border-color: rgb(74,43,255); }
td.TdClassName
{
border-color: #4A2BFF;
}
.TagClassName
{
border-color: #4A2BFF;
}
</style>