Shades of Han Purple #4A0FFC
Tints of Han Purple #4A0FFC
RGB
CMYK
RGB Variations
Color information
#4A0FFC (or 0x4A0FFC) is known color: Han Purple. HEX triplet: 4A, 0F and FC. RGB value is (74,15,252). Sum of RGB (Red+Green+Blue) = 74+15+252=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A0FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0FFC is #B5F003. Grayscale: #3A3A3A. Windows color (decimal): -11923460 or 16518986. OLE color: 16518986.
HSL color Cylindrical-coordinate representation of color #4A0FFC: hue angle of 254.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0FFC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 15 | 252 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.01 |
| HSL | 254.94º | 0.98% | 0.52% | - |
| HSV(B) | 254.94º | 0.94% | 0.99% | - |
| XYZ | 20.57 | 8.83 | 92.72 | - |
| YUV | 59.66 | 236.55 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 252 | 0.71 | 0.94 | 0 | 0.01 | 254.94 | 0.98 | 0.52 |
| Hex | 4A | F | FC | 47 | 5E | 0 | 1 | FF | 62 | 34 |
| Octal | 112 | 17 | 374 | 107 | 136 | 0 | 1 | 377 | 142 | 64 |
| Binary | 1001010 | 1111 | 11111100 | 1000111 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110100 |
Color Harmonies of #4A0FFC
Complementary color
Monochromatic Colors of #4A0FFC
Black with #4A0FFC
Text Example
Text Example
White with #4A0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0FFC; }
p { color: rgb(74,15,252); }
H1.HeaderClassName
{
color: #4A0FFC;
}
.AnyTagClassName
{
color: #4A0FFC;
}
</style>
background-color css
<style>
a { background-color: #4A0FFC; }
a { background-color: rgb(74,15,252); }
div.DivClassName
{
background-color: #4A0FFC;
}
.BgClassName
{
background-color: #4A0FFC;
}
</style>
border-color css
<style>
span { border-color: #4A0FFC; }
span { border-color: rgb(74,15,252); }
td.TdClassName
{
border-color: #4A0FFC;
}
.TagClassName
{
border-color: #4A0FFC;
}
</style>