Shades of Han Purple #712CFA
Tints of Han Purple #712CFA
RGB
CMYK
RGB Variations
Color information
#712CFA (or 0x712CFA) is known color: Han Purple. HEX triplet: 71, 2C and FA. RGB value is (113,44,250). Sum of RGB (Red+Green+Blue) = 113+44+250=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #712CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CFA is #8ED305. Grayscale: #575757. Windows color (decimal): -9360134 or 16395377. OLE color: 16395377.
HSL color Cylindrical-coordinate representation of color #712CFA: hue angle of 260.1º 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 #712CFA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 44 | 250 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.02 |
| HSL | 260.1º | 0.95% | 0.58% | - |
| HSV(B) | 260.1º | 0.82% | 0.98% | - |
| XYZ | 24.97 | 12.21 | 91.48 | - |
| YUV | 88.12 | 219.36 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 250 | 0.55 | 0.82 | 0 | 0.02 | 260.1 | 0.95 | 0.58 |
| Hex | 71 | 2C | FA | 37 | 52 | 0 | 2 | 104 | 5F | 3A |
| Octal | 161 | 54 | 372 | 67 | 122 | 0 | 2 | 404 | 137 | 72 |
| Binary | 1110001 | 101100 | 11111010 | 110111 | 1010010 | 0 | 10 | 100000100 | 1011111 | 111010 |
Color Harmonies of #712CFA
Complementary color
Monochromatic Colors of #712CFA
Black with #712CFA
Text Example
Text Example
White with #712CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CFA; }
p { color: rgb(113,44,250); }
H1.HeaderClassName
{
color: #712CFA;
}
.AnyTagClassName
{
color: #712CFA;
}
</style>
background-color css
<style>
a { background-color: #712CFA; }
a { background-color: rgb(113,44,250); }
div.DivClassName
{
background-color: #712CFA;
}
.BgClassName
{
background-color: #712CFA;
}
</style>
border-color css
<style>
span { border-color: #712CFA; }
span { border-color: rgb(113,44,250); }
td.TdClassName
{
border-color: #712CFA;
}
.TagClassName
{
border-color: #712CFA;
}
</style>