Shades of Han Purple #4A07FB
Tints of Han Purple #4A07FB
RGB
CMYK
RGB Variations
Color information
#4A07FB (or 0x4A07FB) is known color: Han Purple. HEX triplet: 4A, 07 and FB. RGB value is (74,7,251). Sum of RGB (Red+Green+Blue) = 74+7+251=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A07FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A07FB is #B5F804. Grayscale: #353535. Windows color (decimal): -11925509 or 16451402. OLE color: 16451402.
HSL color Cylindrical-coordinate representation of color #4A07FB: hue angle of 256.48º degrees, saturation: 0.97, 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 #4A07FB is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 7 | 251 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.02 |
| HSL | 256.48º | 0.97% | 0.51% | - |
| HSV(B) | 256.48º | 0.97% | 0.98% | - |
| XYZ | 20.31 | 8.57 | 91.85 | - |
| YUV | 54.85 | 238.7 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 251 | 0.71 | 0.97 | 0 | 0.02 | 256.48 | 0.97 | 0.51 |
| Hex | 4A | 7 | FB | 47 | 61 | 0 | 2 | 100 | 61 | 33 |
| Octal | 112 | 7 | 373 | 107 | 141 | 0 | 2 | 400 | 141 | 63 |
| Binary | 1001010 | 111 | 11111011 | 1000111 | 1100001 | 0 | 10 | 100000000 | 1100001 | 110011 |
Color Harmonies of #4A07FB
Complementary color
Monochromatic Colors of #4A07FB
Black with #4A07FB
Text Example
Text Example
White with #4A07FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07FB; }
p { color: rgb(74,7,251); }
H1.HeaderClassName
{
color: #4A07FB;
}
.AnyTagClassName
{
color: #4A07FB;
}
</style>
background-color css
<style>
a { background-color: #4A07FB; }
a { background-color: rgb(74,7,251); }
div.DivClassName
{
background-color: #4A07FB;
}
.BgClassName
{
background-color: #4A07FB;
}
</style>
border-color css
<style>
span { border-color: #4A07FB; }
span { border-color: rgb(74,7,251); }
td.TdClassName
{
border-color: #4A07FB;
}
.TagClassName
{
border-color: #4A07FB;
}
</style>