Shades of Han Purple #722AFF
Tints of Han Purple #722AFF
RGB
CMYK
RGB Variations
Color information
#722AFF (or 0x722AFF) is known color: Han Purple. HEX triplet: 72, 2A and FF. RGB value is (114,42,255). Sum of RGB (Red+Green+Blue) = 114+42+255=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #722AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722AFF is #8DD500. Grayscale: #575757. Windows color (decimal): -9295105 or 16722546. OLE color: 16722546.
HSL color Cylindrical-coordinate representation of color #722AFF: hue angle of 260.28º 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 #722AFF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 42 | 255 | - |
| CMYK | 0.55 | 0.84 | 0 | 0 |
| HSL | 260.28º | 1% | 0.58% | - |
| HSV(B) | 260.28º | 0.84% | 1% | - |
| XYZ | 25.82 | 12.45 | 95.65 | - |
| YUV | 87.81 | 222.35 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 255 | 0.55 | 0.84 | 0 | 0 | 260.28 | 1 | 0.58 |
| Hex | 72 | 2A | FF | 37 | 54 | 0 | 0 | 104 | 64 | 3A |
| Octal | 162 | 52 | 377 | 67 | 124 | 0 | 0 | 404 | 144 | 72 |
| Binary | 1110010 | 101010 | 11111111 | 110111 | 1010100 | 0 | 0 | 100000100 | 1100100 | 111010 |
Color Harmonies of #722AFF
Complementary color
Monochromatic Colors of #722AFF
Black with #722AFF
Text Example
Text Example
White with #722AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722AFF; }
p { color: rgb(114,42,255); }
H1.HeaderClassName
{
color: #722AFF;
}
.AnyTagClassName
{
color: #722AFF;
}
</style>
background-color css
<style>
a { background-color: #722AFF; }
a { background-color: rgb(114,42,255); }
div.DivClassName
{
background-color: #722AFF;
}
.BgClassName
{
background-color: #722AFF;
}
</style>
border-color css
<style>
span { border-color: #722AFF; }
span { border-color: rgb(114,42,255); }
td.TdClassName
{
border-color: #722AFF;
}
.TagClassName
{
border-color: #722AFF;
}
</style>