Shades of Han Purple #7029F8
Tints of Han Purple #7029F8
RGB
CMYK
RGB Variations
Color information
#7029F8 (or 0x7029F8) is known color: Han Purple. HEX triplet: 70, 29 and F8. RGB value is (112,41,248). Sum of RGB (Red+Green+Blue) = 112+41+248=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 248 (97.27% from 255 or 61.85% from 401); Max value from RGB is 248 - color contains mainly: blue. Hex color #7029F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7029F8 is #8FD607. Grayscale: #555555. Windows color (decimal): -9426440 or 16263536. OLE color: 16263536.
HSL color Cylindrical-coordinate representation of color #7029F8: hue angle of 260.58º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7029F8 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 41 | 248 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.03 |
| HSL | 260.58º | 0.94% | 0.57% | - |
| HSV(B) | 260.58º | 0.83% | 0.97% | - |
| XYZ | 24.42 | 11.81 | 89.8 | - |
| YUV | 85.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 248 | 0.55 | 0.83 | 0 | 0.03 | 260.58 | 0.94 | 0.57 |
| Hex | 70 | 29 | F8 | 37 | 53 | 0 | 3 | 105 | 5E | 39 |
| Octal | 160 | 51 | 370 | 67 | 123 | 0 | 3 | 405 | 136 | 71 |
| Binary | 1110000 | 101001 | 11111000 | 110111 | 1010011 | 0 | 11 | 100000101 | 1011110 | 111001 |
Color Harmonies of #7029F8
Complementary color
Monochromatic Colors of #7029F8
Black with #7029F8
Text Example
Text Example
White with #7029F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7029F8; }
p { color: rgb(112,41,248); }
H1.HeaderClassName
{
color: #7029F8;
}
.AnyTagClassName
{
color: #7029F8;
}
</style>
background-color css
<style>
a { background-color: #7029F8; }
a { background-color: rgb(112,41,248); }
div.DivClassName
{
background-color: #7029F8;
}
.BgClassName
{
background-color: #7029F8;
}
</style>
border-color css
<style>
span { border-color: #7029F8; }
span { border-color: rgb(112,41,248); }
td.TdClassName
{
border-color: #7029F8;
}
.TagClassName
{
border-color: #7029F8;
}
</style>