Shades of Han Purple #7130FE
Tints of Han Purple #7130FE
RGB
CMYK
RGB Variations
Color information
#7130FE (or 0x7130FE) is known color: Han Purple. HEX triplet: 71, 30 and FE. RGB value is (113,48,254). Sum of RGB (Red+Green+Blue) = 113+48+254=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #7130FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7130FE is #8ECF01. Grayscale: #5A5A5A. Windows color (decimal): -9359106 or 16658545. OLE color: 16658545.
HSL color Cylindrical-coordinate representation of color #7130FE: hue angle of 258.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7130FE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 48 | 254 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.00 |
| HSL | 258.93º | 0.99% | 0.59% | - |
| HSV(B) | 258.93º | 0.81% | 1% | - |
| XYZ | 25.76 | 12.78 | 94.88 | - |
| YUV | 90.92 | 220.03 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 254 | 0.56 | 0.81 | 0 | 0.00 | 258.93 | 0.99 | 0.59 |
| Hex | 71 | 30 | FE | 38 | 51 | 0 | 0 | 103 | 63 | 3B |
| Octal | 161 | 60 | 376 | 70 | 121 | 0 | 0 | 403 | 143 | 73 |
| Binary | 1110001 | 110000 | 11111110 | 111000 | 1010001 | 0 | 0 | 100000011 | 1100011 | 111011 |
Color Harmonies of #7130FE
Complementary color
Monochromatic Colors of #7130FE
Black with #7130FE
Text Example
Text Example
White with #7130FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7130FE; }
p { color: rgb(113,48,254); }
H1.HeaderClassName
{
color: #7130FE;
}
.AnyTagClassName
{
color: #7130FE;
}
</style>
background-color css
<style>
a { background-color: #7130FE; }
a { background-color: rgb(113,48,254); }
div.DivClassName
{
background-color: #7130FE;
}
.BgClassName
{
background-color: #7130FE;
}
</style>
border-color css
<style>
span { border-color: #7130FE; }
span { border-color: rgb(113,48,254); }
td.TdClassName
{
border-color: #7130FE;
}
.TagClassName
{
border-color: #7130FE;
}
</style>