Shades of Han Purple #4A08FA
Tints of Han Purple #4A08FA
RGB
CMYK
RGB Variations
Color information
#4A08FA (or 0x4A08FA) is known color: Han Purple. HEX triplet: 4A, 08 and FA. RGB value is (74,8,250). Sum of RGB (Red+Green+Blue) = 74+8+250=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A08FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A08FA is #B5F705. Grayscale: #363636. Windows color (decimal): -11925254 or 16386122. OLE color: 16386122.
HSL color Cylindrical-coordinate representation of color #4A08FA: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A08FA is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 8 | 250 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.02 |
| HSL | 256.36º | 0.96% | 0.51% | - |
| HSV(B) | 256.36º | 0.97% | 0.98% | - |
| XYZ | 20.17 | 8.53 | 91.03 | - |
| YUV | 55.32 | 237.87 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 250 | 0.70 | 0.97 | 0 | 0.02 | 256.36 | 0.96 | 0.51 |
| Hex | 4A | 8 | FA | 46 | 61 | 0 | 2 | 100 | 60 | 33 |
| Octal | 112 | 10 | 372 | 106 | 141 | 0 | 2 | 400 | 140 | 63 |
| Binary | 1001010 | 1000 | 11111010 | 1000110 | 1100001 | 0 | 10 | 100000000 | 1100000 | 110011 |
Color Harmonies of #4A08FA
Complementary color
Monochromatic Colors of #4A08FA
Black with #4A08FA
Text Example
Text Example
White with #4A08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08FA; }
p { color: rgb(74,8,250); }
H1.HeaderClassName
{
color: #4A08FA;
}
.AnyTagClassName
{
color: #4A08FA;
}
</style>
background-color css
<style>
a { background-color: #4A08FA; }
a { background-color: rgb(74,8,250); }
div.DivClassName
{
background-color: #4A08FA;
}
.BgClassName
{
background-color: #4A08FA;
}
</style>
border-color css
<style>
span { border-color: #4A08FA; }
span { border-color: rgb(74,8,250); }
td.TdClassName
{
border-color: #4A08FA;
}
.TagClassName
{
border-color: #4A08FA;
}
</style>