Shades of Han Purple #4805D9
Tints of Han Purple #4805D9
RGB
CMYK
RGB Variations
Color information
#4805D9 (or 0x4805D9) is known color: Han Purple. HEX triplet: 48, 05 and D9. RGB value is (72,5,217). Sum of RGB (Red+Green+Blue) = 72+5+217=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 217 (85.16% from 255 or 73.81% from 294); Max value from RGB is 217 - color contains mainly: blue. Hex color #4805D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4805D9 is #B7FA26. Grayscale: #303030. Windows color (decimal): -12057127 or 14222664. OLE color: 14222664.
HSL color Cylindrical-coordinate representation of color #4805D9: hue angle of 258.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4805D9 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 5 | 217 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.15 |
| HSL | 258.96º | 0.95% | 0.44% | - |
| HSV(B) | 258.96º | 0.98% | 0.85% | - |
| XYZ | 15.25 | 6.5 | 66.1 | - |
| YUV | 49.2 | 222.7 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 217 | 0.67 | 0.98 | 0 | 0.15 | 258.96 | 0.95 | 0.44 |
| Hex | 48 | 5 | D9 | 43 | 62 | 0 | F | 103 | 5F | 2C |
| Octal | 110 | 5 | 331 | 103 | 142 | 0 | 17 | 403 | 137 | 54 |
| Binary | 1001000 | 101 | 11011001 | 1000011 | 1100010 | 0 | 1111 | 100000011 | 1011111 | 101100 |
Color Harmonies of #4805D9
Complementary color
Monochromatic Colors of #4805D9
Black with #4805D9
Text Example
Text Example
White with #4805D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805D9; }
p { color: rgb(72,5,217); }
H1.HeaderClassName
{
color: #4805D9;
}
.AnyTagClassName
{
color: #4805D9;
}
</style>
background-color css
<style>
a { background-color: #4805D9; }
a { background-color: rgb(72,5,217); }
div.DivClassName
{
background-color: #4805D9;
}
.BgClassName
{
background-color: #4805D9;
}
</style>
border-color css
<style>
span { border-color: #4805D9; }
span { border-color: rgb(72,5,217); }
td.TdClassName
{
border-color: #4805D9;
}
.TagClassName
{
border-color: #4805D9;
}
</style>