Shades of Han Purple #7022FD
Tints of Han Purple #7022FD
RGB
CMYK
RGB Variations
Color information
#7022FD (or 0x7022FD) is known color: Han Purple. HEX triplet: 70, 22 and FD. RGB value is (112,34,253). Sum of RGB (Red+Green+Blue) = 112+34+253=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #7022FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7022FD is #8FDD02. Grayscale: #515151. Windows color (decimal): -9428227 or 16589424. OLE color: 16589424.
HSL color Cylindrical-coordinate representation of color #7022FD: hue angle of 261.37º 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 #7022FD is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 34 | 253 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.01 |
| HSL | 261.37º | 0.98% | 0.56% | - |
| HSV(B) | 261.37º | 0.87% | 0.99% | - |
| XYZ | 24.98 | 11.68 | 93.87 | - |
| YUV | 82.29 | 224.34 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 253 | 0.56 | 0.87 | 0 | 0.01 | 261.37 | 0.98 | 0.56 |
| Hex | 70 | 22 | FD | 38 | 57 | 0 | 1 | 105 | 62 | 38 |
| Octal | 160 | 42 | 375 | 70 | 127 | 0 | 1 | 405 | 142 | 70 |
| Binary | 1110000 | 100010 | 11111101 | 111000 | 1010111 | 0 | 1 | 100000101 | 1100010 | 111000 |
Color Harmonies of #7022FD
Complementary color
Monochromatic Colors of #7022FD
Black with #7022FD
Text Example
Text Example
White with #7022FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022FD; }
p { color: rgb(112,34,253); }
H1.HeaderClassName
{
color: #7022FD;
}
.AnyTagClassName
{
color: #7022FD;
}
</style>
background-color css
<style>
a { background-color: #7022FD; }
a { background-color: rgb(112,34,253); }
div.DivClassName
{
background-color: #7022FD;
}
.BgClassName
{
background-color: #7022FD;
}
</style>
border-color css
<style>
span { border-color: #7022FD; }
span { border-color: rgb(112,34,253); }
td.TdClassName
{
border-color: #7022FD;
}
.TagClassName
{
border-color: #7022FD;
}
</style>