Shades of Han Purple #611CF1
Tints of Han Purple #611CF1
RGB
CMYK
RGB Variations
Color information
#611CF1 (or 0x611CF1) is known color: Han Purple. HEX triplet: 61, 1C and F1. RGB value is (97,28,241). Sum of RGB (Red+Green+Blue) = 97+28+241=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #611CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CF1 is #9EE30E. Grayscale: #484848. Windows color (decimal): -10412815 or 15801441. OLE color: 15801441.
HSL color Cylindrical-coordinate representation of color #611CF1: hue angle of 259.44º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611CF1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 28 | 241 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.05 |
| HSL | 259.44º | 0.88% | 0.53% | - |
| HSV(B) | 259.44º | 0.88% | 0.95% | - |
| XYZ | 21.22 | 9.72 | 83.98 | - |
| YUV | 72.91 | 222.86 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 241 | 0.60 | 0.88 | 0 | 0.05 | 259.44 | 0.88 | 0.53 |
| Hex | 61 | 1C | F1 | 3C | 58 | 0 | 5 | 103 | 58 | 35 |
| Octal | 141 | 34 | 361 | 74 | 130 | 0 | 5 | 403 | 130 | 65 |
| Binary | 1100001 | 11100 | 11110001 | 111100 | 1011000 | 0 | 101 | 100000011 | 1011000 | 110101 |
Color Harmonies of #611CF1
Complementary color
Monochromatic Colors of #611CF1
Black with #611CF1
Text Example
Text Example
White with #611CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611CF1; }
p { color: rgb(97,28,241); }
H1.HeaderClassName
{
color: #611CF1;
}
.AnyTagClassName
{
color: #611CF1;
}
</style>
background-color css
<style>
a { background-color: #611CF1; }
a { background-color: rgb(97,28,241); }
div.DivClassName
{
background-color: #611CF1;
}
.BgClassName
{
background-color: #611CF1;
}
</style>
border-color css
<style>
span { border-color: #611CF1; }
span { border-color: rgb(97,28,241); }
td.TdClassName
{
border-color: #611CF1;
}
.TagClassName
{
border-color: #611CF1;
}
</style>