Shades of Han Purple #7122FC
Tints of Han Purple #7122FC
RGB
CMYK
RGB Variations
Color information
#7122FC (or 0x7122FC) is known color: Han Purple. HEX triplet: 71, 22 and FC. RGB value is (113,34,252). Sum of RGB (Red+Green+Blue) = 113+34+252=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #7122FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7122FC is #8EDD03. Grayscale: #515151. Windows color (decimal): -9362692 or 16523889. OLE color: 16523889.
HSL color Cylindrical-coordinate representation of color #7122FC: hue angle of 261.74º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7122FC is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 34 | 252 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.01 |
| HSL | 261.74º | 0.97% | 0.56% | - |
| HSV(B) | 261.74º | 0.87% | 0.99% | - |
| XYZ | 24.95 | 11.68 | 93.04 | - |
| YUV | 82.47 | 223.67 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 252 | 0.55 | 0.87 | 0 | 0.01 | 261.74 | 0.97 | 0.56 |
| Hex | 71 | 22 | FC | 37 | 57 | 0 | 1 | 106 | 61 | 38 |
| Octal | 161 | 42 | 374 | 67 | 127 | 0 | 1 | 406 | 141 | 70 |
| Binary | 1110001 | 100010 | 11111100 | 110111 | 1010111 | 0 | 1 | 100000110 | 1100001 | 111000 |
Color Harmonies of #7122FC
Complementary color
Monochromatic Colors of #7122FC
Black with #7122FC
Text Example
Text Example
White with #7122FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7122FC; }
p { color: rgb(113,34,252); }
H1.HeaderClassName
{
color: #7122FC;
}
.AnyTagClassName
{
color: #7122FC;
}
</style>
background-color css
<style>
a { background-color: #7122FC; }
a { background-color: rgb(113,34,252); }
div.DivClassName
{
background-color: #7122FC;
}
.BgClassName
{
background-color: #7122FC;
}
</style>
border-color css
<style>
span { border-color: #7122FC; }
span { border-color: rgb(113,34,252); }
td.TdClassName
{
border-color: #7122FC;
}
.TagClassName
{
border-color: #7122FC;
}
</style>