Shades of Han Purple #4822FF
Tints of Han Purple #4822FF
RGB
CMYK
RGB Variations
Color information
#4822FF (or 0x4822FF) is known color: Han Purple. HEX triplet: 48, 22 and FF. RGB value is (72,34,255). Sum of RGB (Red+Green+Blue) = 72+34+255=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #4822FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4822FF is #B7DD00. Grayscale: #454545. Windows color (decimal): -12049665 or 16720456. OLE color: 16720456.
HSL color Cylindrical-coordinate representation of color #4822FF: hue angle of 250.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4822FF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 34 | 255 | - |
| CMYK | 0.72 | 0.87 | 0 | 0 |
| HSL | 250.32º | 1% | 0.57% | - |
| HSV(B) | 250.32º | 0.87% | 1% | - |
| XYZ | 21.29 | 9.74 | 95.37 | - |
| YUV | 70.56 | 232.09 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 255 | 0.72 | 0.87 | 0 | 0 | 250.32 | 1 | 0.57 |
| Hex | 48 | 22 | FF | 48 | 57 | 0 | 0 | FA | 64 | 39 |
| Octal | 110 | 42 | 377 | 110 | 127 | 0 | 0 | 372 | 144 | 71 |
| Binary | 1001000 | 100010 | 11111111 | 1001000 | 1010111 | 0 | 0 | 11111010 | 1100100 | 111001 |
Color Harmonies of #4822FF
Complementary color
Monochromatic Colors of #4822FF
Black with #4822FF
Text Example
Text Example
White with #4822FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4822FF; }
p { color: rgb(72,34,255); }
H1.HeaderClassName
{
color: #4822FF;
}
.AnyTagClassName
{
color: #4822FF;
}
</style>
background-color css
<style>
a { background-color: #4822FF; }
a { background-color: rgb(72,34,255); }
div.DivClassName
{
background-color: #4822FF;
}
.BgClassName
{
background-color: #4822FF;
}
</style>
border-color css
<style>
span { border-color: #4822FF; }
span { border-color: rgb(72,34,255); }
td.TdClassName
{
border-color: #4822FF;
}
.TagClassName
{
border-color: #4822FF;
}
</style>