Shades of Han Purple #7030FA
Tints of Han Purple #7030FA
RGB
CMYK
RGB Variations
Color information
#7030FA (or 0x7030FA) is known color: Han Purple. HEX triplet: 70, 30 and FA. RGB value is (112,48,250). Sum of RGB (Red+Green+Blue) = 112+48+250=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #7030FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7030FA is #8FCF05. Grayscale: #595959. Windows color (decimal): -9424646 or 16396400. OLE color: 16396400.
HSL color Cylindrical-coordinate representation of color #7030FA: hue angle of 259.01º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7030FA is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 48 | 250 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.02 |
| HSL | 259.01º | 0.95% | 0.58% | - |
| HSV(B) | 259.01º | 0.81% | 0.98% | - |
| XYZ | 24.99 | 12.46 | 91.53 | - |
| YUV | 90.16 | 218.2 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 250 | 0.55 | 0.81 | 0 | 0.02 | 259.01 | 0.95 | 0.58 |
| Hex | 70 | 30 | FA | 37 | 51 | 0 | 2 | 103 | 5F | 3A |
| Octal | 160 | 60 | 372 | 67 | 121 | 0 | 2 | 403 | 137 | 72 |
| Binary | 1110000 | 110000 | 11111010 | 110111 | 1010001 | 0 | 10 | 100000011 | 1011111 | 111010 |
Color Harmonies of #7030FA
Complementary color
Monochromatic Colors of #7030FA
Black with #7030FA
Text Example
Text Example
White with #7030FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7030FA; }
p { color: rgb(112,48,250); }
H1.HeaderClassName
{
color: #7030FA;
}
.AnyTagClassName
{
color: #7030FA;
}
</style>
background-color css
<style>
a { background-color: #7030FA; }
a { background-color: rgb(112,48,250); }
div.DivClassName
{
background-color: #7030FA;
}
.BgClassName
{
background-color: #7030FA;
}
</style>
border-color css
<style>
span { border-color: #7030FA; }
span { border-color: rgb(112,48,250); }
td.TdClassName
{
border-color: #7030FA;
}
.TagClassName
{
border-color: #7030FA;
}
</style>