Shades of Han Purple #4A22FE
Tints of Han Purple #4A22FE
RGB
CMYK
RGB Variations
Color information
#4A22FE (or 0x4A22FE) is known color: Han Purple. HEX triplet: 4A, 22 and FE. RGB value is (74,34,254). Sum of RGB (Red+Green+Blue) = 74+34+254=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A22FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A22FE is #B5DD01. Grayscale: #464646. Windows color (decimal): -11918594 or 16654922. OLE color: 16654922.
HSL color Cylindrical-coordinate representation of color #4A22FE: hue angle of 250.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A22FE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 34 | 254 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.00 |
| HSL | 250.91º | 0.99% | 0.56% | - |
| HSV(B) | 250.91º | 0.87% | 1% | - |
| XYZ | 21.29 | 9.76 | 94.53 | - |
| YUV | 71.04 | 231.25 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 254 | 0.71 | 0.87 | 0 | 0.00 | 250.91 | 0.99 | 0.56 |
| Hex | 4A | 22 | FE | 47 | 57 | 0 | 0 | FB | 63 | 38 |
| Octal | 112 | 42 | 376 | 107 | 127 | 0 | 0 | 373 | 143 | 70 |
| Binary | 1001010 | 100010 | 11111110 | 1000111 | 1010111 | 0 | 0 | 11111011 | 1100011 | 111000 |
Color Harmonies of #4A22FE
Complementary color
Monochromatic Colors of #4A22FE
Black with #4A22FE
Text Example
Text Example
White with #4A22FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A22FE; }
p { color: rgb(74,34,254); }
H1.HeaderClassName
{
color: #4A22FE;
}
.AnyTagClassName
{
color: #4A22FE;
}
</style>
background-color css
<style>
a { background-color: #4A22FE; }
a { background-color: rgb(74,34,254); }
div.DivClassName
{
background-color: #4A22FE;
}
.BgClassName
{
background-color: #4A22FE;
}
</style>
border-color css
<style>
span { border-color: #4A22FE; }
span { border-color: rgb(74,34,254); }
td.TdClassName
{
border-color: #4A22FE;
}
.TagClassName
{
border-color: #4A22FE;
}
</style>