Shades of Han Purple #4A17DD
Tints of Han Purple #4A17DD
RGB
CMYK
RGB Variations
Color information
#4A17DD (or 0x4A17DD) is known color: Han Purple. HEX triplet: 4A, 17 and DD. RGB value is (74,23,221). Sum of RGB (Red+Green+Blue) = 74+23+221=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A17DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A17DD is #B5E822. Grayscale: #3C3C3C. Windows color (decimal): -11921443 or 14489418. OLE color: 14489418.
HSL color Cylindrical-coordinate representation of color #4A17DD: hue angle of 255.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A17DD is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 23 | 221 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.13 |
| HSL | 255.45º | 0.81% | 0.48% | - |
| HSV(B) | 255.45º | 0.9% | 0.87% | - |
| XYZ | 16.18 | 7.29 | 68.96 | - |
| YUV | 60.82 | 218.4 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 221 | 0.67 | 0.90 | 0 | 0.13 | 255.45 | 0.81 | 0.48 |
| Hex | 4A | 17 | DD | 43 | 5A | 0 | D | FF | 51 | 30 |
| Octal | 112 | 27 | 335 | 103 | 132 | 0 | 15 | 377 | 121 | 60 |
| Binary | 1001010 | 10111 | 11011101 | 1000011 | 1011010 | 0 | 1101 | 11111111 | 1010001 | 110000 |
Color Harmonies of #4A17DD
Complementary color
Monochromatic Colors of #4A17DD
Black with #4A17DD
Text Example
Text Example
White with #4A17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A17DD; }
p { color: rgb(74,23,221); }
H1.HeaderClassName
{
color: #4A17DD;
}
.AnyTagClassName
{
color: #4A17DD;
}
</style>
background-color css
<style>
a { background-color: #4A17DD; }
a { background-color: rgb(74,23,221); }
div.DivClassName
{
background-color: #4A17DD;
}
.BgClassName
{
background-color: #4A17DD;
}
</style>
border-color css
<style>
span { border-color: #4A17DD; }
span { border-color: rgb(74,23,221); }
td.TdClassName
{
border-color: #4A17DD;
}
.TagClassName
{
border-color: #4A17DD;
}
</style>