Shades of Han Purple #4A07FD
Tints of Han Purple #4A07FD
RGB
CMYK
RGB Variations
Color information
#4A07FD (or 0x4A07FD) is known color: Han Purple. HEX triplet: 4A, 07 and FD. RGB value is (74,7,253). Sum of RGB (Red+Green+Blue) = 74+7+253=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A07FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A07FD is #B5F802. Grayscale: #363636. Windows color (decimal): -11925507 or 16582474. OLE color: 16582474.
HSL color Cylindrical-coordinate representation of color #4A07FD: hue angle of 256.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A07FD is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 7 | 253 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.01 |
| HSL | 256.34º | 0.98% | 0.51% | - |
| HSV(B) | 256.34º | 0.97% | 0.99% | - |
| XYZ | 20.63 | 8.7 | 93.52 | - |
| YUV | 55.08 | 239.7 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 253 | 0.71 | 0.97 | 0 | 0.01 | 256.34 | 0.98 | 0.51 |
| Hex | 4A | 7 | FD | 47 | 61 | 0 | 1 | 100 | 62 | 33 |
| Octal | 112 | 7 | 375 | 107 | 141 | 0 | 1 | 400 | 142 | 63 |
| Binary | 1001010 | 111 | 11111101 | 1000111 | 1100001 | 0 | 1 | 100000000 | 1100010 | 110011 |
Color Harmonies of #4A07FD
Complementary color
Monochromatic Colors of #4A07FD
Black with #4A07FD
Text Example
Text Example
White with #4A07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07FD; }
p { color: rgb(74,7,253); }
H1.HeaderClassName
{
color: #4A07FD;
}
.AnyTagClassName
{
color: #4A07FD;
}
</style>
background-color css
<style>
a { background-color: #4A07FD; }
a { background-color: rgb(74,7,253); }
div.DivClassName
{
background-color: #4A07FD;
}
.BgClassName
{
background-color: #4A07FD;
}
</style>
border-color css
<style>
span { border-color: #4A07FD; }
span { border-color: rgb(74,7,253); }
td.TdClassName
{
border-color: #4A07FD;
}
.TagClassName
{
border-color: #4A07FD;
}
</style>