Shades of Han Purple #4A00DF
Tints of Han Purple #4A00DF
RGB
CMYK
RGB Variations
Color information
#4A00DF (or 0x4A00DF) is known color: Han Purple. HEX triplet: 4A, 00 and DF. RGB value is (74,0,223). Sum of RGB (Red+Green+Blue) = 74+0+223=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00DF is #B5FF20. Grayscale: #2E2E2E. Windows color (decimal): -11927329 or 14614602. OLE color: 14614602.
HSL color Cylindrical-coordinate representation of color #4A00DF: hue angle of 259.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00DF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 0 | 223 | - |
| CMYK | 0.67 | 1 | 0 | 0.13 |
| HSL | 259.91º | 1% | 0.44% | - |
| HSV(B) | 259.91º | 1% | 0.87% | - |
| XYZ | 16.14 | 6.78 | 70.27 | - |
| YUV | 47.55 | 227.02 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 223 | 0.67 | 1 | 0 | 0.13 | 259.91 | 1 | 0.44 |
| Hex | 4A | 0 | DF | 43 | 64 | 0 | D | 104 | 64 | 2C |
| Octal | 112 | 0 | 337 | 103 | 144 | 0 | 15 | 404 | 144 | 54 |
| Binary | 1001010 | 0 | 11011111 | 1000011 | 1100100 | 0 | 1101 | 100000100 | 1100100 | 101100 |
Color Harmonies of #4A00DF
Complementary color
Monochromatic Colors of #4A00DF
Black with #4A00DF
Text Example
Text Example
White with #4A00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00DF; }
p { color: rgb(74,0,223); }
H1.HeaderClassName
{
color: #4A00DF;
}
.AnyTagClassName
{
color: #4A00DF;
}
</style>
background-color css
<style>
a { background-color: #4A00DF; }
a { background-color: rgb(74,0,223); }
div.DivClassName
{
background-color: #4A00DF;
}
.BgClassName
{
background-color: #4A00DF;
}
</style>
border-color css
<style>
span { border-color: #4A00DF; }
span { border-color: rgb(74,0,223); }
td.TdClassName
{
border-color: #4A00DF;
}
.TagClassName
{
border-color: #4A00DF;
}
</style>