Shades of Han Purple #7227FB
Tints of Han Purple #7227FB
RGB
CMYK
RGB Variations
Color information
#7227FB (or 0x7227FB) is known color: Han Purple. HEX triplet: 72, 27 and FB. RGB value is (114,39,251). Sum of RGB (Red+Green+Blue) = 114+39+251=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #7227FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7227FB is #8DD804. Grayscale: #545454. Windows color (decimal): -9295877 or 16459634. OLE color: 16459634.
HSL color Cylindrical-coordinate representation of color #7227FB: hue angle of 261.23º 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 #7227FB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 39 | 251 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.02 |
| HSL | 261.23º | 0.96% | 0.57% | - |
| HSV(B) | 261.23º | 0.84% | 0.98% | - |
| XYZ | 25.08 | 11.99 | 92.26 | - |
| YUV | 85.59 | 221.35 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 251 | 0.55 | 0.84 | 0 | 0.02 | 261.23 | 0.96 | 0.57 |
| Hex | 72 | 27 | FB | 37 | 54 | 0 | 2 | 105 | 60 | 39 |
| Octal | 162 | 47 | 373 | 67 | 124 | 0 | 2 | 405 | 140 | 71 |
| Binary | 1110010 | 100111 | 11111011 | 110111 | 1010100 | 0 | 10 | 100000101 | 1100000 | 111001 |
Color Harmonies of #7227FB
Complementary color
Monochromatic Colors of #7227FB
Black with #7227FB
Text Example
Text Example
White with #7227FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7227FB; }
p { color: rgb(114,39,251); }
H1.HeaderClassName
{
color: #7227FB;
}
.AnyTagClassName
{
color: #7227FB;
}
</style>
background-color css
<style>
a { background-color: #7227FB; }
a { background-color: rgb(114,39,251); }
div.DivClassName
{
background-color: #7227FB;
}
.BgClassName
{
background-color: #7227FB;
}
</style>
border-color css
<style>
span { border-color: #7227FB; }
span { border-color: rgb(114,39,251); }
td.TdClassName
{
border-color: #7227FB;
}
.TagClassName
{
border-color: #7227FB;
}
</style>