Shades of Han Purple #722FFF
Tints of Han Purple #722FFF
RGB
CMYK
RGB Variations
Color information
#722FFF (or 0x722FFF) is known color: Han Purple. HEX triplet: 72, 2F and FF. RGB value is (114,47,255). Sum of RGB (Red+Green+Blue) = 114+47+255=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #722FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FFF is #8DD000. Grayscale: #595959. Windows color (decimal): -9293825 or 16723826. OLE color: 16723826.
HSL color Cylindrical-coordinate representation of color #722FFF: hue angle of 259.33º 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 #722FFF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 47 | 255 | - |
| CMYK | 0.55 | 0.82 | 0 | 0 |
| HSL | 259.33º | 1% | 0.59% | - |
| HSV(B) | 259.33º | 0.82% | 1% | - |
| XYZ | 26.01 | 12.83 | 95.71 | - |
| YUV | 90.75 | 220.7 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 255 | 0.55 | 0.82 | 0 | 0 | 259.33 | 1 | 0.59 |
| Hex | 72 | 2F | FF | 37 | 52 | 0 | 0 | 103 | 64 | 3B |
| Octal | 162 | 57 | 377 | 67 | 122 | 0 | 0 | 403 | 144 | 73 |
| Binary | 1110010 | 101111 | 11111111 | 110111 | 1010010 | 0 | 0 | 100000011 | 1100100 | 111011 |
Color Harmonies of #722FFF
Complementary color
Monochromatic Colors of #722FFF
Black with #722FFF
Text Example
Text Example
White with #722FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FFF; }
p { color: rgb(114,47,255); }
H1.HeaderClassName
{
color: #722FFF;
}
.AnyTagClassName
{
color: #722FFF;
}
</style>
background-color css
<style>
a { background-color: #722FFF; }
a { background-color: rgb(114,47,255); }
div.DivClassName
{
background-color: #722FFF;
}
.BgClassName
{
background-color: #722FFF;
}
</style>
border-color css
<style>
span { border-color: #722FFF; }
span { border-color: rgb(114,47,255); }
td.TdClassName
{
border-color: #722FFF;
}
.TagClassName
{
border-color: #722FFF;
}
</style>