Shades of Han Purple #712DFA
Tints of Han Purple #712DFA
RGB
CMYK
RGB Variations
Color information
#712DFA (or 0x712DFA) is known color: Han Purple. HEX triplet: 71, 2D and FA. RGB value is (113,45,250). Sum of RGB (Red+Green+Blue) = 113+45+250=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #712DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712DFA is #8ED205. Grayscale: #575757. Windows color (decimal): -9359878 or 16395633. OLE color: 16395633.
HSL color Cylindrical-coordinate representation of color #712DFA: hue angle of 259.9º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712DFA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 45 | 250 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.02 |
| HSL | 259.9º | 0.95% | 0.58% | - |
| HSV(B) | 259.9º | 0.82% | 0.98% | - |
| XYZ | 25 | 12.29 | 91.5 | - |
| YUV | 88.7 | 219.03 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 250 | 0.55 | 0.82 | 0 | 0.02 | 259.9 | 0.95 | 0.58 |
| Hex | 71 | 2D | FA | 37 | 52 | 0 | 2 | 104 | 5F | 3A |
| Octal | 161 | 55 | 372 | 67 | 122 | 0 | 2 | 404 | 137 | 72 |
| Binary | 1110001 | 101101 | 11111010 | 110111 | 1010010 | 0 | 10 | 100000100 | 1011111 | 111010 |
Color Harmonies of #712DFA
Complementary color
Monochromatic Colors of #712DFA
Black with #712DFA
Text Example
Text Example
White with #712DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DFA; }
p { color: rgb(113,45,250); }
H1.HeaderClassName
{
color: #712DFA;
}
.AnyTagClassName
{
color: #712DFA;
}
</style>
background-color css
<style>
a { background-color: #712DFA; }
a { background-color: rgb(113,45,250); }
div.DivClassName
{
background-color: #712DFA;
}
.BgClassName
{
background-color: #712DFA;
}
</style>
border-color css
<style>
span { border-color: #712DFA; }
span { border-color: rgb(113,45,250); }
td.TdClassName
{
border-color: #712DFA;
}
.TagClassName
{
border-color: #712DFA;
}
</style>