Shades of Han Purple #712BFC
Tints of Han Purple #712BFC
RGB
CMYK
RGB Variations
Color information
#712BFC (or 0x712BFC) is known color: Han Purple. HEX triplet: 71, 2B and FC. RGB value is (113,43,252). Sum of RGB (Red+Green+Blue) = 113+43+252=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #712BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BFC is #8ED403. Grayscale: #565656. Windows color (decimal): -9360388 or 16526193. OLE color: 16526193.
HSL color Cylindrical-coordinate representation of color #712BFC: hue angle of 260.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #712BFC is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 43 | 252 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.01 |
| HSL | 260.1º | 0.97% | 0.58% | - |
| HSV(B) | 260.1º | 0.83% | 0.99% | - |
| XYZ | 25.24 | 12.27 | 93.13 | - |
| YUV | 87.76 | 220.69 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 252 | 0.55 | 0.83 | 0 | 0.01 | 260.1 | 0.97 | 0.58 |
| Hex | 71 | 2B | FC | 37 | 53 | 0 | 1 | 104 | 61 | 3A |
| Octal | 161 | 53 | 374 | 67 | 123 | 0 | 1 | 404 | 141 | 72 |
| Binary | 1110001 | 101011 | 11111100 | 110111 | 1010011 | 0 | 1 | 100000100 | 1100001 | 111010 |
Color Harmonies of #712BFC
Complementary color
Monochromatic Colors of #712BFC
Black with #712BFC
Text Example
Text Example
White with #712BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BFC; }
p { color: rgb(113,43,252); }
H1.HeaderClassName
{
color: #712BFC;
}
.AnyTagClassName
{
color: #712BFC;
}
</style>
background-color css
<style>
a { background-color: #712BFC; }
a { background-color: rgb(113,43,252); }
div.DivClassName
{
background-color: #712BFC;
}
.BgClassName
{
background-color: #712BFC;
}
</style>
border-color css
<style>
span { border-color: #712BFC; }
span { border-color: rgb(113,43,252); }
td.TdClassName
{
border-color: #712BFC;
}
.TagClassName
{
border-color: #712BFC;
}
</style>