Shades of Han Purple #7122FD
Tints of Han Purple #7122FD
RGB
CMYK
RGB Variations
Color information
#7122FD (or 0x7122FD) is known color: Han Purple. HEX triplet: 71, 22 and FD. RGB value is (113,34,253). Sum of RGB (Red+Green+Blue) = 113+34+253=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #7122FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7122FD is #8EDD02. Grayscale: #515151. Windows color (decimal): -9362691 or 16589425. OLE color: 16589425.
HSL color Cylindrical-coordinate representation of color #7122FD: hue angle of 261.64º degrees, saturation: 0.98, 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 #7122FD is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 34 | 253 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.01 |
| HSL | 261.64º | 0.98% | 0.56% | - |
| HSV(B) | 261.64º | 0.87% | 0.99% | - |
| XYZ | 25.11 | 11.75 | 93.87 | - |
| YUV | 82.59 | 224.17 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 253 | 0.55 | 0.87 | 0 | 0.01 | 261.64 | 0.98 | 0.56 |
| Hex | 71 | 22 | FD | 37 | 57 | 0 | 1 | 106 | 62 | 38 |
| Octal | 161 | 42 | 375 | 67 | 127 | 0 | 1 | 406 | 142 | 70 |
| Binary | 1110001 | 100010 | 11111101 | 110111 | 1010111 | 0 | 1 | 100000110 | 1100010 | 111000 |
Color Harmonies of #7122FD
Complementary color
Monochromatic Colors of #7122FD
Black with #7122FD
Text Example
Text Example
White with #7122FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7122FD; }
p { color: rgb(113,34,253); }
H1.HeaderClassName
{
color: #7122FD;
}
.AnyTagClassName
{
color: #7122FD;
}
</style>
background-color css
<style>
a { background-color: #7122FD; }
a { background-color: rgb(113,34,253); }
div.DivClassName
{
background-color: #7122FD;
}
.BgClassName
{
background-color: #7122FD;
}
</style>
border-color css
<style>
span { border-color: #7122FD; }
span { border-color: rgb(113,34,253); }
td.TdClassName
{
border-color: #7122FD;
}
.TagClassName
{
border-color: #7122FD;
}
</style>