Shades of Han Purple #7039FE
Tints of Han Purple #7039FE
RGB
CMYK
RGB Variations
Color information
#7039FE (or 0x7039FE) is known color: Han Purple. HEX triplet: 70, 39 and FE. RGB value is (112,57,254). Sum of RGB (Red+Green+Blue) = 112+57+254=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #7039FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7039FE is #8FC601. Grayscale: #5F5F5F. Windows color (decimal): -9422338 or 16660848. OLE color: 16660848.
HSL color Cylindrical-coordinate representation of color #7039FE: hue angle of 256.75º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7039FE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 57 | 254 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.00 |
| HSL | 256.75º | 0.99% | 0.61% | - |
| HSV(B) | 256.75º | 0.78% | 1% | - |
| XYZ | 26.03 | 13.53 | 95 | - |
| YUV | 95.9 | 217.22 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 254 | 0.56 | 0.78 | 0 | 0.00 | 256.75 | 0.99 | 0.61 |
| Hex | 70 | 39 | FE | 38 | 4E | 0 | 0 | 101 | 63 | 3D |
| Octal | 160 | 71 | 376 | 70 | 116 | 0 | 0 | 401 | 143 | 75 |
| Binary | 1110000 | 111001 | 11111110 | 111000 | 1001110 | 0 | 0 | 100000001 | 1100011 | 111101 |
Color Harmonies of #7039FE
Complementary color
Monochromatic Colors of #7039FE
Black with #7039FE
Text Example
Text Example
White with #7039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039FE; }
p { color: rgb(112,57,254); }
H1.HeaderClassName
{
color: #7039FE;
}
.AnyTagClassName
{
color: #7039FE;
}
</style>
background-color css
<style>
a { background-color: #7039FE; }
a { background-color: rgb(112,57,254); }
div.DivClassName
{
background-color: #7039FE;
}
.BgClassName
{
background-color: #7039FE;
}
</style>
border-color css
<style>
span { border-color: #7039FE; }
span { border-color: rgb(112,57,254); }
td.TdClassName
{
border-color: #7039FE;
}
.TagClassName
{
border-color: #7039FE;
}
</style>