Shades of Han Purple #722CFE
Tints of Han Purple #722CFE
RGB
CMYK
RGB Variations
Color information
#722CFE (or 0x722CFE) is known color: Han Purple. HEX triplet: 72, 2C and FE. RGB value is (114,44,254). Sum of RGB (Red+Green+Blue) = 114+44+254=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #722CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722CFE is #8DD301. Grayscale: #585858. Windows color (decimal): -9294594 or 16657522. OLE color: 16657522.
HSL color Cylindrical-coordinate representation of color #722CFE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #722CFE is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 44 | 254 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.58% | - |
| HSV(B) | 260º | 0.83% | 1% | - |
| XYZ | 25.73 | 12.53 | 94.83 | - |
| YUV | 88.87 | 221.19 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 254 | 0.55 | 0.83 | 0 | 0.00 | 260 | 0.99 | 0.58 |
| Hex | 72 | 2C | FE | 37 | 53 | 0 | 0 | 104 | 63 | 3A |
| Octal | 162 | 54 | 376 | 67 | 123 | 0 | 0 | 404 | 143 | 72 |
| Binary | 1110010 | 101100 | 11111110 | 110111 | 1010011 | 0 | 0 | 100000100 | 1100011 | 111010 |
Color Harmonies of #722CFE
Complementary color
Monochromatic Colors of #722CFE
Black with #722CFE
Text Example
Text Example
White with #722CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CFE; }
p { color: rgb(114,44,254); }
H1.HeaderClassName
{
color: #722CFE;
}
.AnyTagClassName
{
color: #722CFE;
}
</style>
background-color css
<style>
a { background-color: #722CFE; }
a { background-color: rgb(114,44,254); }
div.DivClassName
{
background-color: #722CFE;
}
.BgClassName
{
background-color: #722CFE;
}
</style>
border-color css
<style>
span { border-color: #722CFE; }
span { border-color: rgb(114,44,254); }
td.TdClassName
{
border-color: #722CFE;
}
.TagClassName
{
border-color: #722CFE;
}
</style>