Shades of Han Purple #7221FB
Tints of Han Purple #7221FB
RGB
CMYK
RGB Variations
Color information
#7221FB (or 0x7221FB) is known color: Han Purple. HEX triplet: 72, 21 and FB. RGB value is (114,33,251). Sum of RGB (Red+Green+Blue) = 114+33+251=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #7221FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7221FB is #8DDE04. Grayscale: #515151. Windows color (decimal): -9297413 or 16458098. OLE color: 16458098.
HSL color Cylindrical-coordinate representation of color #7221FB: hue angle of 262.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7221FB is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 33 | 251 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.02 |
| HSL | 262.29º | 0.96% | 0.56% | - |
| HSV(B) | 262.29º | 0.87% | 0.98% | - |
| XYZ | 24.9 | 11.63 | 92.2 | - |
| YUV | 82.07 | 223.34 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 251 | 0.55 | 0.87 | 0 | 0.02 | 262.29 | 0.96 | 0.56 |
| Hex | 72 | 21 | FB | 37 | 57 | 0 | 2 | 106 | 60 | 38 |
| Octal | 162 | 41 | 373 | 67 | 127 | 0 | 2 | 406 | 140 | 70 |
| Binary | 1110010 | 100001 | 11111011 | 110111 | 1010111 | 0 | 10 | 100000110 | 1100000 | 111000 |
Color Harmonies of #7221FB
Complementary color
Monochromatic Colors of #7221FB
Black with #7221FB
Text Example
Text Example
White with #7221FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221FB; }
p { color: rgb(114,33,251); }
H1.HeaderClassName
{
color: #7221FB;
}
.AnyTagClassName
{
color: #7221FB;
}
</style>
background-color css
<style>
a { background-color: #7221FB; }
a { background-color: rgb(114,33,251); }
div.DivClassName
{
background-color: #7221FB;
}
.BgClassName
{
background-color: #7221FB;
}
</style>
border-color css
<style>
span { border-color: #7221FB; }
span { border-color: rgb(114,33,251); }
td.TdClassName
{
border-color: #7221FB;
}
.TagClassName
{
border-color: #7221FB;
}
</style>