Shades of Han Purple #7021FF
Tints of Han Purple #7021FF
RGB
CMYK
RGB Variations
Color information
#7021FF (or 0x7021FF) is known color: Han Purple. HEX triplet: 70, 21 and FF. RGB value is (112,33,255). Sum of RGB (Red+Green+Blue) = 112+33+255=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #7021FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7021FF is #8FDE00. Grayscale: #515151. Windows color (decimal): -9428481 or 16720240. OLE color: 16720240.
HSL color Cylindrical-coordinate representation of color #7021FF: hue angle of 261.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7021FF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 33 | 255 | - |
| CMYK | 0.56 | 0.87 | 0 | 0 |
| HSL | 261.35º | 1% | 0.56% | - |
| HSV(B) | 261.35º | 0.87% | 1% | - |
| XYZ | 25.28 | 11.75 | 95.54 | - |
| YUV | 81.93 | 225.67 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 255 | 0.56 | 0.87 | 0 | 0 | 261.35 | 1 | 0.56 |
| Hex | 70 | 21 | FF | 38 | 57 | 0 | 0 | 105 | 64 | 38 |
| Octal | 160 | 41 | 377 | 70 | 127 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1110000 | 100001 | 11111111 | 111000 | 1010111 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #7021FF
Complementary color
Monochromatic Colors of #7021FF
Black with #7021FF
Text Example
Text Example
White with #7021FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7021FF; }
p { color: rgb(112,33,255); }
H1.HeaderClassName
{
color: #7021FF;
}
.AnyTagClassName
{
color: #7021FF;
}
</style>
background-color css
<style>
a { background-color: #7021FF; }
a { background-color: rgb(112,33,255); }
div.DivClassName
{
background-color: #7021FF;
}
.BgClassName
{
background-color: #7021FF;
}
</style>
border-color css
<style>
span { border-color: #7021FF; }
span { border-color: rgb(112,33,255); }
td.TdClassName
{
border-color: #7021FF;
}
.TagClassName
{
border-color: #7021FF;
}
</style>