Shades of Han Purple #712AFF
Tints of Han Purple #712AFF
RGB
CMYK
RGB Variations
Color information
#712AFF (or 0x712AFF) is known color: Han Purple. HEX triplet: 71, 2A and FF. RGB value is (113,42,255). Sum of RGB (Red+Green+Blue) = 113+42+255=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #712AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712AFF is #8ED500. Grayscale: #565656. Windows color (decimal): -9360641 or 16722545. OLE color: 16722545.
HSL color Cylindrical-coordinate representation of color #712AFF: hue angle of 260º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #712AFF is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 42 | 255 | - |
| CMYK | 0.56 | 0.84 | 0 | 0 |
| HSL | 260º | 1% | 0.58% | - |
| HSV(B) | 260º | 0.84% | 1% | - |
| XYZ | 25.69 | 12.39 | 95.64 | - |
| YUV | 87.51 | 222.52 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 255 | 0.56 | 0.84 | 0 | 0 | 260 | 1 | 0.58 |
| Hex | 71 | 2A | FF | 38 | 54 | 0 | 0 | 104 | 64 | 3A |
| Octal | 161 | 52 | 377 | 70 | 124 | 0 | 0 | 404 | 144 | 72 |
| Binary | 1110001 | 101010 | 11111111 | 111000 | 1010100 | 0 | 0 | 100000100 | 1100100 | 111010 |
Color Harmonies of #712AFF
Complementary color
Monochromatic Colors of #712AFF
Black with #712AFF
Text Example
Text Example
White with #712AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712AFF; }
p { color: rgb(113,42,255); }
H1.HeaderClassName
{
color: #712AFF;
}
.AnyTagClassName
{
color: #712AFF;
}
</style>
background-color css
<style>
a { background-color: #712AFF; }
a { background-color: rgb(113,42,255); }
div.DivClassName
{
background-color: #712AFF;
}
.BgClassName
{
background-color: #712AFF;
}
</style>
border-color css
<style>
span { border-color: #712AFF; }
span { border-color: rgb(113,42,255); }
td.TdClassName
{
border-color: #712AFF;
}
.TagClassName
{
border-color: #712AFF;
}
</style>