Shades of Han Purple #4808D1
Tints of Han Purple #4808D1
RGB
CMYK
RGB Variations
Color information
#4808D1 (or 0x4808D1) is known color: Han Purple. HEX triplet: 48, 08 and D1. RGB value is (72,8,209). Sum of RGB (Red+Green+Blue) = 72+8+209=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 209 (82.03% from 255 or 72.32% from 289); Max value from RGB is 209 - color contains mainly: blue. Hex color #4808D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808D1 is #B7F72E. Grayscale: #313131. Windows color (decimal): -12056367 or 13699144. OLE color: 13699144.
HSL color Cylindrical-coordinate representation of color #4808D1: hue angle of 259.1º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4808D1 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 8 | 209 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.18 |
| HSL | 259.1º | 0.93% | 0.43% | - |
| HSV(B) | 259.1º | 0.96% | 0.82% | - |
| XYZ | 14.27 | 6.15 | 60.76 | - |
| YUV | 50.05 | 217.7 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 209 | 0.66 | 0.96 | 0 | 0.18 | 259.1 | 0.93 | 0.43 |
| Hex | 48 | 8 | D1 | 42 | 60 | 0 | 12 | 103 | 5D | 2B |
| Octal | 110 | 10 | 321 | 102 | 140 | 0 | 22 | 403 | 135 | 53 |
| Binary | 1001000 | 1000 | 11010001 | 1000010 | 1100000 | 0 | 10010 | 100000011 | 1011101 | 101011 |
Color Harmonies of #4808D1
Complementary color
Monochromatic Colors of #4808D1
Black with #4808D1
Text Example
Text Example
White with #4808D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808D1; }
p { color: rgb(72,8,209); }
H1.HeaderClassName
{
color: #4808D1;
}
.AnyTagClassName
{
color: #4808D1;
}
</style>
background-color css
<style>
a { background-color: #4808D1; }
a { background-color: rgb(72,8,209); }
div.DivClassName
{
background-color: #4808D1;
}
.BgClassName
{
background-color: #4808D1;
}
</style>
border-color css
<style>
span { border-color: #4808D1; }
span { border-color: rgb(72,8,209); }
td.TdClassName
{
border-color: #4808D1;
}
.TagClassName
{
border-color: #4808D1;
}
</style>