Shades of Han Purple #611BF2
Tints of Han Purple #611BF2
RGB
CMYK
RGB Variations
Color information
#611BF2 (or 0x611BF2) is known color: Han Purple. HEX triplet: 61, 1B and F2. RGB value is (97,27,242). Sum of RGB (Red+Green+Blue) = 97+27+242=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #611BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BF2 is #9EE40D. Grayscale: #474747. Windows color (decimal): -10413070 or 15866721. OLE color: 15866721.
HSL color Cylindrical-coordinate representation of color #611BF2: hue angle of 259.53º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611BF2 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 27 | 242 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.05 |
| HSL | 259.53º | 0.89% | 0.53% | - |
| HSV(B) | 259.53º | 0.89% | 0.95% | - |
| XYZ | 21.35 | 9.74 | 84.76 | - |
| YUV | 72.44 | 223.69 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 242 | 0.60 | 0.89 | 0 | 0.05 | 259.53 | 0.89 | 0.53 |
| Hex | 61 | 1B | F2 | 3C | 59 | 0 | 5 | 104 | 59 | 35 |
| Octal | 141 | 33 | 362 | 74 | 131 | 0 | 5 | 404 | 131 | 65 |
| Binary | 1100001 | 11011 | 11110010 | 111100 | 1011001 | 0 | 101 | 100000100 | 1011001 | 110101 |
Color Harmonies of #611BF2
Complementary color
Monochromatic Colors of #611BF2
Black with #611BF2
Text Example
Text Example
White with #611BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611BF2; }
p { color: rgb(97,27,242); }
H1.HeaderClassName
{
color: #611BF2;
}
.AnyTagClassName
{
color: #611BF2;
}
</style>
background-color css
<style>
a { background-color: #611BF2; }
a { background-color: rgb(97,27,242); }
div.DivClassName
{
background-color: #611BF2;
}
.BgClassName
{
background-color: #611BF2;
}
</style>
border-color css
<style>
span { border-color: #611BF2; }
span { border-color: rgb(97,27,242); }
td.TdClassName
{
border-color: #611BF2;
}
.TagClassName
{
border-color: #611BF2;
}
</style>