Shades of Han Purple #4822F6
Tints of Han Purple #4822F6
RGB
CMYK
RGB Variations
Color information
#4822F6 (or 0x4822F6) is known color: Han Purple. HEX triplet: 48, 22 and F6. RGB value is (72,34,246). Sum of RGB (Red+Green+Blue) = 72+34+246=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #4822F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4822F6 is #B7DD09. Grayscale: #444444. Windows color (decimal): -12049674 or 16130632. OLE color: 16130632.
HSL color Cylindrical-coordinate representation of color #4822F6: hue angle of 250.75º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4822F6 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 34 | 246 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.04 |
| HSL | 250.75º | 0.92% | 0.55% | - |
| HSV(B) | 250.75º | 0.86% | 0.96% | - |
| XYZ | 19.88 | 9.18 | 87.91 | - |
| YUV | 69.53 | 227.59 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 246 | 0.71 | 0.86 | 0 | 0.04 | 250.75 | 0.92 | 0.55 |
| Hex | 48 | 22 | F6 | 47 | 56 | 0 | 4 | FB | 5C | 37 |
| Octal | 110 | 42 | 366 | 107 | 126 | 0 | 4 | 373 | 134 | 67 |
| Binary | 1001000 | 100010 | 11110110 | 1000111 | 1010110 | 0 | 100 | 11111011 | 1011100 | 110111 |
Color Harmonies of #4822F6
Complementary color
Monochromatic Colors of #4822F6
Black with #4822F6
Text Example
Text Example
White with #4822F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4822F6; }
p { color: rgb(72,34,246); }
H1.HeaderClassName
{
color: #4822F6;
}
.AnyTagClassName
{
color: #4822F6;
}
</style>
background-color css
<style>
a { background-color: #4822F6; }
a { background-color: rgb(72,34,246); }
div.DivClassName
{
background-color: #4822F6;
}
.BgClassName
{
background-color: #4822F6;
}
</style>
border-color css
<style>
span { border-color: #4822F6; }
span { border-color: rgb(72,34,246); }
td.TdClassName
{
border-color: #4822F6;
}
.TagClassName
{
border-color: #4822F6;
}
</style>