Shades of Han Purple #4A25DD
Tints of Han Purple #4A25DD
RGB
CMYK
RGB Variations
Color information
#4A25DD (or 0x4A25DD) is known color: Han Purple. HEX triplet: 4A, 25 and DD. RGB value is (74,37,221). Sum of RGB (Red+Green+Blue) = 74+37+221=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A25DD is #B5DA22. Grayscale: #444444. Windows color (decimal): -11917859 or 14493002. OLE color: 14493002.
HSL color Cylindrical-coordinate representation of color #4A25DD: hue angle of 252.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A25DD is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 37 | 221 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.13 |
| HSL | 252.07º | 0.73% | 0.51% | - |
| HSV(B) | 252.07º | 0.83% | 0.87% | - |
| XYZ | 16.54 | 8 | 69.08 | - |
| YUV | 69.04 | 213.76 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 221 | 0.67 | 0.83 | 0 | 0.13 | 252.07 | 0.73 | 0.51 |
| Hex | 4A | 25 | DD | 43 | 53 | 0 | D | FC | 49 | 33 |
| Octal | 112 | 45 | 335 | 103 | 123 | 0 | 15 | 374 | 111 | 63 |
| Binary | 1001010 | 100101 | 11011101 | 1000011 | 1010011 | 0 | 1101 | 11111100 | 1001001 | 110011 |
Color Harmonies of #4A25DD
Complementary color
Monochromatic Colors of #4A25DD
Black with #4A25DD
Text Example
Text Example
White with #4A25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A25DD; }
p { color: rgb(74,37,221); }
H1.HeaderClassName
{
color: #4A25DD;
}
.AnyTagClassName
{
color: #4A25DD;
}
</style>
background-color css
<style>
a { background-color: #4A25DD; }
a { background-color: rgb(74,37,221); }
div.DivClassName
{
background-color: #4A25DD;
}
.BgClassName
{
background-color: #4A25DD;
}
</style>
border-color css
<style>
span { border-color: #4A25DD; }
span { border-color: rgb(74,37,221); }
td.TdClassName
{
border-color: #4A25DD;
}
.TagClassName
{
border-color: #4A25DD;
}
</style>