Shades of Han Purple #4817DD
Tints of Han Purple #4817DD
RGB
CMYK
RGB Variations
Color information
#4817DD (or 0x4817DD) is known color: Han Purple. HEX triplet: 48, 17 and DD. RGB value is (72,23,221). Sum of RGB (Red+Green+Blue) = 72+23+221=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #4817DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4817DD is #B7E822. Grayscale: #3B3B3B. Windows color (decimal): -12052515 or 14489416. OLE color: 14489416.
HSL color Cylindrical-coordinate representation of color #4817DD: hue angle of 254.85º 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 #4817DD is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 23 | 221 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.13 |
| HSL | 254.85º | 0.81% | 0.48% | - |
| HSV(B) | 254.85º | 0.9% | 0.87% | - |
| XYZ | 16.03 | 7.21 | 68.95 | - |
| YUV | 60.22 | 218.73 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 221 | 0.67 | 0.90 | 0 | 0.13 | 254.85 | 0.81 | 0.48 |
| Hex | 48 | 17 | DD | 43 | 5A | 0 | D | FF | 51 | 30 |
| Octal | 110 | 27 | 335 | 103 | 132 | 0 | 15 | 377 | 121 | 60 |
| Binary | 1001000 | 10111 | 11011101 | 1000011 | 1011010 | 0 | 1101 | 11111111 | 1010001 | 110000 |
Color Harmonies of #4817DD
Complementary color
Monochromatic Colors of #4817DD
Black with #4817DD
Text Example
Text Example
White with #4817DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4817DD; }
p { color: rgb(72,23,221); }
H1.HeaderClassName
{
color: #4817DD;
}
.AnyTagClassName
{
color: #4817DD;
}
</style>
background-color css
<style>
a { background-color: #4817DD; }
a { background-color: rgb(72,23,221); }
div.DivClassName
{
background-color: #4817DD;
}
.BgClassName
{
background-color: #4817DD;
}
</style>
border-color css
<style>
span { border-color: #4817DD; }
span { border-color: rgb(72,23,221); }
td.TdClassName
{
border-color: #4817DD;
}
.TagClassName
{
border-color: #4817DD;
}
</style>