Shades of Han Purple #4A1FFE
Tints of Han Purple #4A1FFE
RGB
CMYK
RGB Variations
Color information
#4A1FFE (or 0x4A1FFE) is known color: Han Purple. HEX triplet: 4A, 1F and FE. RGB value is (74,31,254). Sum of RGB (Red+Green+Blue) = 74+31+254=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A1FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1FFE is #B5E001. Grayscale: #444444. Windows color (decimal): -11919362 or 16654154. OLE color: 16654154.
HSL color Cylindrical-coordinate representation of color #4A1FFE: hue angle of 251.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1FFE is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 31 | 254 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.00 |
| HSL | 251.57º | 0.99% | 0.56% | - |
| HSV(B) | 251.57º | 0.88% | 1% | - |
| XYZ | 21.2 | 9.59 | 94.5 | - |
| YUV | 69.28 | 232.25 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 254 | 0.71 | 0.88 | 0 | 0.00 | 251.57 | 0.99 | 0.56 |
| Hex | 4A | 1F | FE | 47 | 58 | 0 | 0 | FC | 63 | 38 |
| Octal | 112 | 37 | 376 | 107 | 130 | 0 | 0 | 374 | 143 | 70 |
| Binary | 1001010 | 11111 | 11111110 | 1000111 | 1011000 | 0 | 0 | 11111100 | 1100011 | 111000 |
Color Harmonies of #4A1FFE
Complementary color
Monochromatic Colors of #4A1FFE
Black with #4A1FFE
Text Example
Text Example
White with #4A1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FFE; }
p { color: rgb(74,31,254); }
H1.HeaderClassName
{
color: #4A1FFE;
}
.AnyTagClassName
{
color: #4A1FFE;
}
</style>
background-color css
<style>
a { background-color: #4A1FFE; }
a { background-color: rgb(74,31,254); }
div.DivClassName
{
background-color: #4A1FFE;
}
.BgClassName
{
background-color: #4A1FFE;
}
</style>
border-color css
<style>
span { border-color: #4A1FFE; }
span { border-color: rgb(74,31,254); }
td.TdClassName
{
border-color: #4A1FFE;
}
.TagClassName
{
border-color: #4A1FFE;
}
</style>