Shades of Han Purple #4618DD
Tints of Han Purple #4618DD
RGB
CMYK
RGB Variations
Color information
#4618DD (or 0x4618DD) is known color: Han Purple. HEX triplet: 46, 18 and DD. RGB value is (70,24,221). Sum of RGB (Red+Green+Blue) = 70+24+221=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #4618DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4618DD is #B9E722. Grayscale: #3B3B3B. Windows color (decimal): -12183331 or 14489670. OLE color: 14489670.
HSL color Cylindrical-coordinate representation of color #4618DD: hue angle of 254.01º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4618DD is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 24 | 221 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.13 |
| HSL | 254.01º | 0.8% | 0.48% | - |
| HSV(B) | 254.01º | 0.89% | 0.87% | - |
| XYZ | 15.9 | 7.18 | 68.95 | - |
| YUV | 60.21 | 218.74 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 221 | 0.68 | 0.89 | 0 | 0.13 | 254.01 | 0.8 | 0.48 |
| Hex | 46 | 18 | DD | 44 | 59 | 0 | D | FE | 50 | 30 |
| Octal | 106 | 30 | 335 | 104 | 131 | 0 | 15 | 376 | 120 | 60 |
| Binary | 1000110 | 11000 | 11011101 | 1000100 | 1011001 | 0 | 1101 | 11111110 | 1010000 | 110000 |
Color Harmonies of #4618DD
Complementary color
Monochromatic Colors of #4618DD
Black with #4618DD
Text Example
Text Example
White with #4618DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4618DD; }
p { color: rgb(70,24,221); }
H1.HeaderClassName
{
color: #4618DD;
}
.AnyTagClassName
{
color: #4618DD;
}
</style>
background-color css
<style>
a { background-color: #4618DD; }
a { background-color: rgb(70,24,221); }
div.DivClassName
{
background-color: #4618DD;
}
.BgClassName
{
background-color: #4618DD;
}
</style>
border-color css
<style>
span { border-color: #4618DD; }
span { border-color: rgb(70,24,221); }
td.TdClassName
{
border-color: #4618DD;
}
.TagClassName
{
border-color: #4618DD;
}
</style>