Shades of Han Purple #4A08FD
Tints of Han Purple #4A08FD
RGB
CMYK
RGB Variations
Color information
#4A08FD (or 0x4A08FD) is known color: Han Purple. HEX triplet: 4A, 08 and FD. RGB value is (74,8,253). Sum of RGB (Red+Green+Blue) = 74+8+253=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A08FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A08FD is #B5F702. Grayscale: #363636. Windows color (decimal): -11925251 or 16582730. OLE color: 16582730.
HSL color Cylindrical-coordinate representation of color #4A08FD: hue angle of 256.16º 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 #4A08FD is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 8 | 253 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.01 |
| HSL | 256.16º | 0.98% | 0.51% | - |
| HSV(B) | 256.16º | 0.97% | 0.99% | - |
| XYZ | 20.64 | 8.72 | 93.52 | - |
| YUV | 55.66 | 239.37 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 253 | 0.71 | 0.97 | 0 | 0.01 | 256.16 | 0.98 | 0.51 |
| Hex | 4A | 8 | FD | 47 | 61 | 0 | 1 | 100 | 62 | 33 |
| Octal | 112 | 10 | 375 | 107 | 141 | 0 | 1 | 400 | 142 | 63 |
| Binary | 1001010 | 1000 | 11111101 | 1000111 | 1100001 | 0 | 1 | 100000000 | 1100010 | 110011 |
Color Harmonies of #4A08FD
Complementary color
Monochromatic Colors of #4A08FD
Black with #4A08FD
Text Example
Text Example
White with #4A08FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08FD; }
p { color: rgb(74,8,253); }
H1.HeaderClassName
{
color: #4A08FD;
}
.AnyTagClassName
{
color: #4A08FD;
}
</style>
background-color css
<style>
a { background-color: #4A08FD; }
a { background-color: rgb(74,8,253); }
div.DivClassName
{
background-color: #4A08FD;
}
.BgClassName
{
background-color: #4A08FD;
}
</style>
border-color css
<style>
span { border-color: #4A08FD; }
span { border-color: rgb(74,8,253); }
td.TdClassName
{
border-color: #4A08FD;
}
.TagClassName
{
border-color: #4A08FD;
}
</style>