Shades of Han Purple #611BE2
Tints of Han Purple #611BE2
RGB
CMYK
RGB Variations
Color information
#611BE2 (or 0x611BE2) is known color: Han Purple. HEX triplet: 61, 1B and E2. RGB value is (97,27,226). Sum of RGB (Red+Green+Blue) = 97+27+226=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 226 (88.67% from 255 or 64.57% from 350); Max value from RGB is 226 - color contains mainly: blue. Hex color #611BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611BE2 is #9EE41D. Grayscale: #454545. Windows color (decimal): -10413086 or 14818145. OLE color: 14818145.
HSL color Cylindrical-coordinate representation of color #611BE2: hue angle of 261.11º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611BE2 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 27 | 226 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.11 |
| HSL | 261.11º | 0.79% | 0.5% | - |
| HSV(B) | 261.11º | 0.88% | 0.89% | - |
| XYZ | 19.05 | 8.82 | 72.65 | - |
| YUV | 70.62 | 215.69 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 226 | 0.57 | 0.88 | 0 | 0.11 | 261.11 | 0.79 | 0.5 |
| Hex | 61 | 1B | E2 | 39 | 58 | 0 | B | 105 | 4F | 32 |
| Octal | 141 | 33 | 342 | 71 | 130 | 0 | 13 | 405 | 117 | 62 |
| Binary | 1100001 | 11011 | 11100010 | 111001 | 1011000 | 0 | 1011 | 100000101 | 1001111 | 110010 |
Color Harmonies of #611BE2
Complementary color
Monochromatic Colors of #611BE2
Black with #611BE2
Text Example
Text Example
White with #611BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611BE2; }
p { color: rgb(97,27,226); }
H1.HeaderClassName
{
color: #611BE2;
}
.AnyTagClassName
{
color: #611BE2;
}
</style>
background-color css
<style>
a { background-color: #611BE2; }
a { background-color: rgb(97,27,226); }
div.DivClassName
{
background-color: #611BE2;
}
.BgClassName
{
background-color: #611BE2;
}
</style>
border-color css
<style>
span { border-color: #611BE2; }
span { border-color: rgb(97,27,226); }
td.TdClassName
{
border-color: #611BE2;
}
.TagClassName
{
border-color: #611BE2;
}
</style>