Shades of Han Purple #4A0FDF
Tints of Han Purple #4A0FDF
RGB
CMYK
RGB Variations
Color information
#4A0FDF (or 0x4A0FDF) is known color: Han Purple. HEX triplet: 4A, 0F and DF. RGB value is (74,15,223). Sum of RGB (Red+Green+Blue) = 74+15+223=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0FDF is #B5F020. Grayscale: #373737. Windows color (decimal): -11923489 or 14618442. OLE color: 14618442.
HSL color Cylindrical-coordinate representation of color #4A0FDF: hue angle of 257.02º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0FDF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 15 | 223 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.13 |
| HSL | 257.02º | 0.87% | 0.47% | - |
| HSV(B) | 257.02º | 0.93% | 0.87% | - |
| XYZ | 16.31 | 7.13 | 70.33 | - |
| YUV | 56.35 | 222.05 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 223 | 0.67 | 0.93 | 0 | 0.13 | 257.02 | 0.87 | 0.47 |
| Hex | 4A | F | DF | 43 | 5D | 0 | D | 101 | 57 | 2F |
| Octal | 112 | 17 | 337 | 103 | 135 | 0 | 15 | 401 | 127 | 57 |
| Binary | 1001010 | 1111 | 11011111 | 1000011 | 1011101 | 0 | 1101 | 100000001 | 1010111 | 101111 |
Color Harmonies of #4A0FDF
Complementary color
Monochromatic Colors of #4A0FDF
Black with #4A0FDF
Text Example
Text Example
White with #4A0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0FDF; }
p { color: rgb(74,15,223); }
H1.HeaderClassName
{
color: #4A0FDF;
}
.AnyTagClassName
{
color: #4A0FDF;
}
</style>
background-color css
<style>
a { background-color: #4A0FDF; }
a { background-color: rgb(74,15,223); }
div.DivClassName
{
background-color: #4A0FDF;
}
.BgClassName
{
background-color: #4A0FDF;
}
</style>
border-color css
<style>
span { border-color: #4A0FDF; }
span { border-color: rgb(74,15,223); }
td.TdClassName
{
border-color: #4A0FDF;
}
.TagClassName
{
border-color: #4A0FDF;
}
</style>