Shades of Han Purple #4821F7
Tints of Han Purple #4821F7
RGB
CMYK
RGB Variations
Color information
#4821F7 (or 0x4821F7) is known color: Han Purple. HEX triplet: 48, 21 and F7. RGB value is (72,33,247). Sum of RGB (Red+Green+Blue) = 72+33+247=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #4821F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4821F7 is #B7DE08. Grayscale: #444444. Windows color (decimal): -12049929 or 16195912. OLE color: 16195912.
HSL color Cylindrical-coordinate representation of color #4821F7: hue angle of 250.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4821F7 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 33 | 247 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.03 |
| HSL | 250.93º | 0.93% | 0.55% | - |
| HSV(B) | 250.93º | 0.87% | 0.97% | - |
| XYZ | 20 | 9.18 | 88.71 | - |
| YUV | 69.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 247 | 0.71 | 0.87 | 0 | 0.03 | 250.93 | 0.93 | 0.55 |
| Hex | 48 | 21 | F7 | 47 | 57 | 0 | 3 | FB | 5D | 37 |
| Octal | 110 | 41 | 367 | 107 | 127 | 0 | 3 | 373 | 135 | 67 |
| Binary | 1001000 | 100001 | 11110111 | 1000111 | 1010111 | 0 | 11 | 11111011 | 1011101 | 110111 |
Color Harmonies of #4821F7
Complementary color
Monochromatic Colors of #4821F7
Black with #4821F7
Text Example
Text Example
White with #4821F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4821F7; }
p { color: rgb(72,33,247); }
H1.HeaderClassName
{
color: #4821F7;
}
.AnyTagClassName
{
color: #4821F7;
}
</style>
background-color css
<style>
a { background-color: #4821F7; }
a { background-color: rgb(72,33,247); }
div.DivClassName
{
background-color: #4821F7;
}
.BgClassName
{
background-color: #4821F7;
}
</style>
border-color css
<style>
span { border-color: #4821F7; }
span { border-color: rgb(72,33,247); }
td.TdClassName
{
border-color: #4821F7;
}
.TagClassName
{
border-color: #4821F7;
}
</style>