Shades of Han Purple #4818DA
Tints of Han Purple #4818DA
RGB
CMYK
RGB Variations
Color information
#4818DA (or 0x4818DA) is known color: Han Purple. HEX triplet: 48, 18 and DA. RGB value is (72,24,218). Sum of RGB (Red+Green+Blue) = 72+24+218=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #4818DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4818DA is #B7E725. Grayscale: #3B3B3B. Windows color (decimal): -12052262 or 14293064. OLE color: 14293064.
HSL color Cylindrical-coordinate representation of color #4818DA: hue angle of 254.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4818DA is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 24 | 218 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.15 |
| HSL | 254.85º | 0.8% | 0.47% | - |
| HSV(B) | 254.85º | 0.89% | 0.85% | - |
| XYZ | 15.65 | 7.09 | 66.87 | - |
| YUV | 60.47 | 216.9 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 218 | 0.67 | 0.89 | 0 | 0.15 | 254.85 | 0.8 | 0.47 |
| Hex | 48 | 18 | DA | 43 | 59 | 0 | F | FF | 50 | 2F |
| Octal | 110 | 30 | 332 | 103 | 131 | 0 | 17 | 377 | 120 | 57 |
| Binary | 1001000 | 11000 | 11011010 | 1000011 | 1011001 | 0 | 1111 | 11111111 | 1010000 | 101111 |
Color Harmonies of #4818DA
Complementary color
Monochromatic Colors of #4818DA
Black with #4818DA
Text Example
Text Example
White with #4818DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4818DA; }
p { color: rgb(72,24,218); }
H1.HeaderClassName
{
color: #4818DA;
}
.AnyTagClassName
{
color: #4818DA;
}
</style>
background-color css
<style>
a { background-color: #4818DA; }
a { background-color: rgb(72,24,218); }
div.DivClassName
{
background-color: #4818DA;
}
.BgClassName
{
background-color: #4818DA;
}
</style>
border-color css
<style>
span { border-color: #4818DA; }
span { border-color: rgb(72,24,218); }
td.TdClassName
{
border-color: #4818DA;
}
.TagClassName
{
border-color: #4818DA;
}
</style>