Shades of Han Purple #7229FF
Tints of Han Purple #7229FF
RGB
CMYK
RGB Variations
Color information
#7229FF (or 0x7229FF) is known color: Han Purple. HEX triplet: 72, 29 and FF. RGB value is (114,41,255). Sum of RGB (Red+Green+Blue) = 114+41+255=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #7229FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7229FF is #8DD600. Grayscale: #565656. Windows color (decimal): -9295361 or 16722290. OLE color: 16722290.
HSL color Cylindrical-coordinate representation of color #7229FF: hue angle of 260.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7229FF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 41 | 255 | - |
| CMYK | 0.55 | 0.84 | 0 | 0 |
| HSL | 260.47º | 1% | 0.58% | - |
| HSV(B) | 260.47º | 0.84% | 1% | - |
| XYZ | 25.78 | 12.38 | 95.64 | - |
| YUV | 87.22 | 222.68 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 255 | 0.55 | 0.84 | 0 | 0 | 260.47 | 1 | 0.58 |
| Hex | 72 | 29 | FF | 37 | 54 | 0 | 0 | 104 | 64 | 3A |
| Octal | 162 | 51 | 377 | 67 | 124 | 0 | 0 | 404 | 144 | 72 |
| Binary | 1110010 | 101001 | 11111111 | 110111 | 1010100 | 0 | 0 | 100000100 | 1100100 | 111010 |
Color Harmonies of #7229FF
Complementary color
Monochromatic Colors of #7229FF
Black with #7229FF
Text Example
Text Example
White with #7229FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229FF; }
p { color: rgb(114,41,255); }
H1.HeaderClassName
{
color: #7229FF;
}
.AnyTagClassName
{
color: #7229FF;
}
</style>
background-color css
<style>
a { background-color: #7229FF; }
a { background-color: rgb(114,41,255); }
div.DivClassName
{
background-color: #7229FF;
}
.BgClassName
{
background-color: #7229FF;
}
</style>
border-color css
<style>
span { border-color: #7229FF; }
span { border-color: rgb(114,41,255); }
td.TdClassName
{
border-color: #7229FF;
}
.TagClassName
{
border-color: #7229FF;
}
</style>