Shades of Han Purple #7020FF
Tints of Han Purple #7020FF
RGB
CMYK
RGB Variations
Color information
#7020FF (or 0x7020FF) is known color: Han Purple. HEX triplet: 70, 20 and FF. RGB value is (112,32,255). Sum of RGB (Red+Green+Blue) = 112+32+255=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #7020FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020FF is #8FDF00. Grayscale: #505050. Windows color (decimal): -9428737 or 16719984. OLE color: 16719984.
HSL color Cylindrical-coordinate representation of color #7020FF: hue angle of 261.52º 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 #7020FF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 32 | 255 | - |
| CMYK | 0.56 | 0.87 | 0 | 0 |
| HSL | 261.52º | 1% | 0.56% | - |
| HSV(B) | 261.52º | 0.87% | 1% | - |
| XYZ | 25.25 | 11.7 | 95.53 | - |
| YUV | 81.34 | 226 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 255 | 0.56 | 0.87 | 0 | 0 | 261.52 | 1 | 0.56 |
| Hex | 70 | 20 | FF | 38 | 57 | 0 | 0 | 106 | 64 | 38 |
| Octal | 160 | 40 | 377 | 70 | 127 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110000 | 100000 | 11111111 | 111000 | 1010111 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #7020FF
Complementary color
Monochromatic Colors of #7020FF
Black with #7020FF
Text Example
Text Example
White with #7020FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020FF; }
p { color: rgb(112,32,255); }
H1.HeaderClassName
{
color: #7020FF;
}
.AnyTagClassName
{
color: #7020FF;
}
</style>
background-color css
<style>
a { background-color: #7020FF; }
a { background-color: rgb(112,32,255); }
div.DivClassName
{
background-color: #7020FF;
}
.BgClassName
{
background-color: #7020FF;
}
</style>
border-color css
<style>
span { border-color: #7020FF; }
span { border-color: rgb(112,32,255); }
td.TdClassName
{
border-color: #7020FF;
}
.TagClassName
{
border-color: #7020FF;
}
</style>