Shades of Han Purple #4802D1
Tints of Han Purple #4802D1
RGB
CMYK
RGB Variations
Color information
#4802D1 (or 0x4802D1) is known color: Han Purple. HEX triplet: 48, 02 and D1. RGB value is (72,2,209). Sum of RGB (Red+Green+Blue) = 72+2+209=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 209 (82.03% from 255 or 73.85% from 283); Max value from RGB is 209 - color contains mainly: blue. Hex color #4802D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4802D1 is #B7FD2E. Grayscale: #2D2D2D. Windows color (decimal): -12057903 or 13697608. OLE color: 13697608.
HSL color Cylindrical-coordinate representation of color #4802D1: hue angle of 260.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802D1 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 2 | 209 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.18 |
| HSL | 260.29º | 0.98% | 0.41% | - |
| HSV(B) | 260.29º | 0.99% | 0.82% | - |
| XYZ | 14.2 | 6.02 | 60.74 | - |
| YUV | 46.53 | 219.69 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 209 | 0.66 | 0.99 | 0 | 0.18 | 260.29 | 0.98 | 0.41 |
| Hex | 48 | 2 | D1 | 42 | 63 | 0 | 12 | 104 | 62 | 29 |
| Octal | 110 | 2 | 321 | 102 | 143 | 0 | 22 | 404 | 142 | 51 |
| Binary | 1001000 | 10 | 11010001 | 1000010 | 1100011 | 0 | 10010 | 100000100 | 1100010 | 101001 |
Color Harmonies of #4802D1
Complementary color
Monochromatic Colors of #4802D1
Black with #4802D1
Text Example
Text Example
White with #4802D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802D1; }
p { color: rgb(72,2,209); }
H1.HeaderClassName
{
color: #4802D1;
}
.AnyTagClassName
{
color: #4802D1;
}
</style>
background-color css
<style>
a { background-color: #4802D1; }
a { background-color: rgb(72,2,209); }
div.DivClassName
{
background-color: #4802D1;
}
.BgClassName
{
background-color: #4802D1;
}
</style>
border-color css
<style>
span { border-color: #4802D1; }
span { border-color: rgb(72,2,209); }
td.TdClassName
{
border-color: #4802D1;
}
.TagClassName
{
border-color: #4802D1;
}
</style>