Shades of Han Purple #4A05FF
Tints of Han Purple #4A05FF
RGB
CMYK
RGB Variations
Color information
#4A05FF (or 0x4A05FF) is known color: Han Purple. HEX triplet: 4A, 05 and FF. RGB value is (74,5,255). Sum of RGB (Red+Green+Blue) = 74+5+255=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A05FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A05FF is #B5FA00. Grayscale: #353535. Windows color (decimal): -11926017 or 16713034. OLE color: 16713034.
HSL color Cylindrical-coordinate representation of color #4A05FF: hue angle of 256.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A05FF is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 5 | 255 | - |
| CMYK | 0.71 | 0.98 | 0 | 0 |
| HSL | 256.56º | 1% | 0.51% | - |
| HSV(B) | 256.56º | 0.98% | 1% | - |
| XYZ | 20.93 | 8.78 | 95.2 | - |
| YUV | 54.13 | 241.36 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 255 | 0.71 | 0.98 | 0 | 0 | 256.56 | 1 | 0.51 |
| Hex | 4A | 5 | FF | 47 | 62 | 0 | 0 | 101 | 64 | 33 |
| Octal | 112 | 5 | 377 | 107 | 142 | 0 | 0 | 401 | 144 | 63 |
| Binary | 1001010 | 101 | 11111111 | 1000111 | 1100010 | 0 | 0 | 100000001 | 1100100 | 110011 |
Color Harmonies of #4A05FF
Complementary color
Monochromatic Colors of #4A05FF
Black with #4A05FF
Text Example
Text Example
White with #4A05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A05FF; }
p { color: rgb(74,5,255); }
H1.HeaderClassName
{
color: #4A05FF;
}
.AnyTagClassName
{
color: #4A05FF;
}
</style>
background-color css
<style>
a { background-color: #4A05FF; }
a { background-color: rgb(74,5,255); }
div.DivClassName
{
background-color: #4A05FF;
}
.BgClassName
{
background-color: #4A05FF;
}
</style>
border-color css
<style>
span { border-color: #4A05FF; }
span { border-color: rgb(74,5,255); }
td.TdClassName
{
border-color: #4A05FF;
}
.TagClassName
{
border-color: #4A05FF;
}
</style>