Shades of Han Purple #712AFB
Tints of Han Purple #712AFB
RGB
CMYK
RGB Variations
Color information
#712AFB (or 0x712AFB) is known color: Han Purple. HEX triplet: 71, 2A and FB. RGB value is (113,42,251). Sum of RGB (Red+Green+Blue) = 113+42+251=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #712AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712AFB is #8ED504. Grayscale: #565656. Windows color (decimal): -9360645 or 16460401. OLE color: 16460401.
HSL color Cylindrical-coordinate representation of color #712AFB: hue angle of 260.38º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #712AFB is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 42 | 251 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.02 |
| HSL | 260.38º | 0.96% | 0.57% | - |
| HSV(B) | 260.38º | 0.83% | 0.98% | - |
| XYZ | 25.05 | 12.13 | 92.29 | - |
| YUV | 87.06 | 220.52 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 251 | 0.55 | 0.83 | 0 | 0.02 | 260.38 | 0.96 | 0.57 |
| Hex | 71 | 2A | FB | 37 | 53 | 0 | 2 | 104 | 60 | 39 |
| Octal | 161 | 52 | 373 | 67 | 123 | 0 | 2 | 404 | 140 | 71 |
| Binary | 1110001 | 101010 | 11111011 | 110111 | 1010011 | 0 | 10 | 100000100 | 1100000 | 111001 |
Color Harmonies of #712AFB
Complementary color
Monochromatic Colors of #712AFB
Black with #712AFB
Text Example
Text Example
White with #712AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712AFB; }
p { color: rgb(113,42,251); }
H1.HeaderClassName
{
color: #712AFB;
}
.AnyTagClassName
{
color: #712AFB;
}
</style>
background-color css
<style>
a { background-color: #712AFB; }
a { background-color: rgb(113,42,251); }
div.DivClassName
{
background-color: #712AFB;
}
.BgClassName
{
background-color: #712AFB;
}
</style>
border-color css
<style>
span { border-color: #712AFB; }
span { border-color: rgb(113,42,251); }
td.TdClassName
{
border-color: #712AFB;
}
.TagClassName
{
border-color: #712AFB;
}
</style>