Shades of Han Purple #722DFF
Tints of Han Purple #722DFF
RGB
CMYK
RGB Variations
Color information
#722DFF (or 0x722DFF) is known color: Han Purple. HEX triplet: 72, 2D and FF. RGB value is (114,45,255). Sum of RGB (Red+Green+Blue) = 114+45+255=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #722DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722DFF is #8DD200. Grayscale: #585858. Windows color (decimal): -9294337 or 16723314. OLE color: 16723314.
HSL color Cylindrical-coordinate representation of color #722DFF: hue angle of 259.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722DFF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 45 | 255 | - |
| CMYK | 0.55 | 0.82 | 0 | 0 |
| HSL | 259.71º | 1% | 0.59% | - |
| HSV(B) | 259.71º | 0.82% | 1% | - |
| XYZ | 25.93 | 12.67 | 95.69 | - |
| YUV | 89.57 | 221.36 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 255 | 0.55 | 0.82 | 0 | 0 | 259.71 | 1 | 0.59 |
| Hex | 72 | 2D | FF | 37 | 52 | 0 | 0 | 104 | 64 | 3B |
| Octal | 162 | 55 | 377 | 67 | 122 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110010 | 101101 | 11111111 | 110111 | 1010010 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #722DFF
Complementary color
Monochromatic Colors of #722DFF
Black with #722DFF
Text Example
Text Example
White with #722DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DFF; }
p { color: rgb(114,45,255); }
H1.HeaderClassName
{
color: #722DFF;
}
.AnyTagClassName
{
color: #722DFF;
}
</style>
background-color css
<style>
a { background-color: #722DFF; }
a { background-color: rgb(114,45,255); }
div.DivClassName
{
background-color: #722DFF;
}
.BgClassName
{
background-color: #722DFF;
}
</style>
border-color css
<style>
span { border-color: #722DFF; }
span { border-color: rgb(114,45,255); }
td.TdClassName
{
border-color: #722DFF;
}
.TagClassName
{
border-color: #722DFF;
}
</style>