Shades of Han Purple #712EFF
Tints of Han Purple #712EFF
RGB
CMYK
RGB Variations
Color information
#712EFF (or 0x712EFF) is known color: Han Purple. HEX triplet: 71, 2E and FF. RGB value is (113,46,255). Sum of RGB (Red+Green+Blue) = 113+46+255=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #712EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712EFF is #8ED100. Grayscale: #595959. Windows color (decimal): -9359617 or 16723569. OLE color: 16723569.
HSL color Cylindrical-coordinate representation of color #712EFF: hue angle of 259.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712EFF is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 46 | 255 | - |
| CMYK | 0.56 | 0.82 | 0 | 0 |
| HSL | 259.23º | 1% | 0.59% | - |
| HSV(B) | 259.23º | 0.82% | 1% | - |
| XYZ | 25.84 | 12.68 | 95.69 | - |
| YUV | 89.86 | 221.2 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 255 | 0.56 | 0.82 | 0 | 0 | 259.23 | 1 | 0.59 |
| Hex | 71 | 2E | FF | 38 | 52 | 0 | 0 | 103 | 64 | 3B |
| Octal | 161 | 56 | 377 | 70 | 122 | 0 | 0 | 403 | 144 | 73 |
| Binary | 1110001 | 101110 | 11111111 | 111000 | 1010010 | 0 | 0 | 100000011 | 1100100 | 111011 |
Color Harmonies of #712EFF
Complementary color
Monochromatic Colors of #712EFF
Black with #712EFF
Text Example
Text Example
White with #712EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712EFF; }
p { color: rgb(113,46,255); }
H1.HeaderClassName
{
color: #712EFF;
}
.AnyTagClassName
{
color: #712EFF;
}
</style>
background-color css
<style>
a { background-color: #712EFF; }
a { background-color: rgb(113,46,255); }
div.DivClassName
{
background-color: #712EFF;
}
.BgClassName
{
background-color: #712EFF;
}
</style>
border-color css
<style>
span { border-color: #712EFF; }
span { border-color: rgb(113,46,255); }
td.TdClassName
{
border-color: #712EFF;
}
.TagClassName
{
border-color: #712EFF;
}
</style>