Shades of Han Purple #7229FB
Tints of Han Purple #7229FB
RGB
CMYK
RGB Variations
Color information
#7229FB (or 0x7229FB) is known color: Han Purple. HEX triplet: 72, 29 and FB. RGB value is (114,41,251). Sum of RGB (Red+Green+Blue) = 114+41+251=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #7229FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7229FB is #8DD604. Grayscale: #565656. Windows color (decimal): -9295365 or 16460146. OLE color: 16460146.
HSL color Cylindrical-coordinate representation of color #7229FB: hue angle of 260.86º 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 #7229FB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 41 | 251 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.02 |
| HSL | 260.86º | 0.96% | 0.57% | - |
| HSV(B) | 260.86º | 0.84% | 0.98% | - |
| XYZ | 25.14 | 12.13 | 92.28 | - |
| YUV | 86.77 | 220.68 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 251 | 0.55 | 0.84 | 0 | 0.02 | 260.86 | 0.96 | 0.57 |
| Hex | 72 | 29 | FB | 37 | 54 | 0 | 2 | 105 | 60 | 39 |
| Octal | 162 | 51 | 373 | 67 | 124 | 0 | 2 | 405 | 140 | 71 |
| Binary | 1110010 | 101001 | 11111011 | 110111 | 1010100 | 0 | 10 | 100000101 | 1100000 | 111001 |
Color Harmonies of #7229FB
Complementary color
Monochromatic Colors of #7229FB
Black with #7229FB
Text Example
Text Example
White with #7229FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229FB; }
p { color: rgb(114,41,251); }
H1.HeaderClassName
{
color: #7229FB;
}
.AnyTagClassName
{
color: #7229FB;
}
</style>
background-color css
<style>
a { background-color: #7229FB; }
a { background-color: rgb(114,41,251); }
div.DivClassName
{
background-color: #7229FB;
}
.BgClassName
{
background-color: #7229FB;
}
</style>
border-color css
<style>
span { border-color: #7229FB; }
span { border-color: rgb(114,41,251); }
td.TdClassName
{
border-color: #7229FB;
}
.TagClassName
{
border-color: #7229FB;
}
</style>