Shades of Han Purple #7228FB
Tints of Han Purple #7228FB
RGB
CMYK
RGB Variations
Color information
#7228FB (or 0x7228FB) is known color: Han Purple. HEX triplet: 72, 28 and FB. RGB value is (114,40,251). Sum of RGB (Red+Green+Blue) = 114+40+251=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #7228FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7228FB is #8DD704. Grayscale: #555555. Windows color (decimal): -9295621 or 16459890. OLE color: 16459890.
HSL color Cylindrical-coordinate representation of color #7228FB: hue angle of 261.04º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7228FB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 40 | 251 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.02 |
| HSL | 261.04º | 0.96% | 0.57% | - |
| HSV(B) | 261.04º | 0.84% | 0.98% | - |
| XYZ | 25.11 | 12.06 | 92.27 | - |
| YUV | 86.18 | 221.02 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 251 | 0.55 | 0.84 | 0 | 0.02 | 261.04 | 0.96 | 0.57 |
| Hex | 72 | 28 | FB | 37 | 54 | 0 | 2 | 105 | 60 | 39 |
| Octal | 162 | 50 | 373 | 67 | 124 | 0 | 2 | 405 | 140 | 71 |
| Binary | 1110010 | 101000 | 11111011 | 110111 | 1010100 | 0 | 10 | 100000101 | 1100000 | 111001 |
Color Harmonies of #7228FB
Complementary color
Monochromatic Colors of #7228FB
Black with #7228FB
Text Example
Text Example
White with #7228FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7228FB; }
p { color: rgb(114,40,251); }
H1.HeaderClassName
{
color: #7228FB;
}
.AnyTagClassName
{
color: #7228FB;
}
</style>
background-color css
<style>
a { background-color: #7228FB; }
a { background-color: rgb(114,40,251); }
div.DivClassName
{
background-color: #7228FB;
}
.BgClassName
{
background-color: #7228FB;
}
</style>
border-color css
<style>
span { border-color: #7228FB; }
span { border-color: rgb(114,40,251); }
td.TdClassName
{
border-color: #7228FB;
}
.TagClassName
{
border-color: #7228FB;
}
</style>