Shades of Han Purple #4806CE
Tints of Han Purple #4806CE
RGB
CMYK
RGB Variations
Color information
#4806CE (or 0x4806CE) is known color: Han Purple. HEX triplet: 48, 06 and CE. RGB value is (72,6,206). Sum of RGB (Red+Green+Blue) = 72+6+206=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #4806CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806CE is #B7F931. Grayscale: #2F2F2F. Windows color (decimal): -12056882 or 13502024. OLE color: 13502024.
HSL color Cylindrical-coordinate representation of color #4806CE: hue angle of 259.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4806CE is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 6 | 206 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.19 |
| HSL | 259.8º | 0.94% | 0.42% | - |
| HSV(B) | 259.8º | 0.97% | 0.81% | - |
| XYZ | 13.88 | 5.96 | 58.81 | - |
| YUV | 48.53 | 216.87 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 206 | 0.65 | 0.97 | 0 | 0.19 | 259.8 | 0.94 | 0.42 |
| Hex | 48 | 6 | CE | 41 | 61 | 0 | 13 | 104 | 5E | 2A |
| Octal | 110 | 6 | 316 | 101 | 141 | 0 | 23 | 404 | 136 | 52 |
| Binary | 1001000 | 110 | 11001110 | 1000001 | 1100001 | 0 | 10011 | 100000100 | 1011110 | 101010 |
Color Harmonies of #4806CE
Complementary color
Monochromatic Colors of #4806CE
Black with #4806CE
Text Example
Text Example
White with #4806CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4806CE; }
p { color: rgb(72,6,206); }
H1.HeaderClassName
{
color: #4806CE;
}
.AnyTagClassName
{
color: #4806CE;
}
</style>
background-color css
<style>
a { background-color: #4806CE; }
a { background-color: rgb(72,6,206); }
div.DivClassName
{
background-color: #4806CE;
}
.BgClassName
{
background-color: #4806CE;
}
</style>
border-color css
<style>
span { border-color: #4806CE; }
span { border-color: rgb(72,6,206); }
td.TdClassName
{
border-color: #4806CE;
}
.TagClassName
{
border-color: #4806CE;
}
</style>