Shades of Han Purple #712AFE
Tints of Han Purple #712AFE
RGB
CMYK
RGB Variations
Color information
#712AFE (or 0x712AFE) is known color: Han Purple. HEX triplet: 71, 2A and FE. RGB value is (113,42,254). Sum of RGB (Red+Green+Blue) = 113+42+254=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #712AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712AFE is #8ED501. Grayscale: #565656. Windows color (decimal): -9360642 or 16657009. OLE color: 16657009.
HSL color Cylindrical-coordinate representation of color #712AFE: hue angle of 260.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #712AFE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 42 | 254 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.00 |
| HSL | 260.09º | 0.99% | 0.58% | - |
| HSV(B) | 260.09º | 0.83% | 1% | - |
| XYZ | 25.53 | 12.32 | 94.8 | - |
| YUV | 87.4 | 222.02 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 254 | 0.56 | 0.83 | 0 | 0.00 | 260.09 | 0.99 | 0.58 |
| Hex | 71 | 2A | FE | 38 | 53 | 0 | 0 | 104 | 63 | 3A |
| Octal | 161 | 52 | 376 | 70 | 123 | 0 | 0 | 404 | 143 | 72 |
| Binary | 1110001 | 101010 | 11111110 | 111000 | 1010011 | 0 | 0 | 100000100 | 1100011 | 111010 |
Color Harmonies of #712AFE
Complementary color
Monochromatic Colors of #712AFE
Black with #712AFE
Text Example
Text Example
White with #712AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712AFE; }
p { color: rgb(113,42,254); }
H1.HeaderClassName
{
color: #712AFE;
}
.AnyTagClassName
{
color: #712AFE;
}
</style>
background-color css
<style>
a { background-color: #712AFE; }
a { background-color: rgb(113,42,254); }
div.DivClassName
{
background-color: #712AFE;
}
.BgClassName
{
background-color: #712AFE;
}
</style>
border-color css
<style>
span { border-color: #712AFE; }
span { border-color: rgb(113,42,254); }
td.TdClassName
{
border-color: #712AFE;
}
.TagClassName
{
border-color: #712AFE;
}
</style>