Shades of Han Purple #611CF0
Tints of Han Purple #611CF0
RGB
CMYK
RGB Variations
Color information
#611CF0 (or 0x611CF0) is known color: Han Purple. HEX triplet: 61, 1C and F0. RGB value is (97,28,240). Sum of RGB (Red+Green+Blue) = 97+28+240=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #611CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CF0 is #9EE30F. Grayscale: #484848. Windows color (decimal): -10412816 or 15735905. OLE color: 15735905.
HSL color Cylindrical-coordinate representation of color #611CF0: hue angle of 259.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611CF0 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 28 | 240 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.06 |
| HSL | 259.53º | 0.88% | 0.53% | - |
| HSV(B) | 259.53º | 0.88% | 0.94% | - |
| XYZ | 21.07 | 9.66 | 83.19 | - |
| YUV | 72.8 | 222.36 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 240 | 0.60 | 0.88 | 0 | 0.06 | 259.53 | 0.88 | 0.53 |
| Hex | 61 | 1C | F0 | 3C | 58 | 0 | 6 | 104 | 58 | 35 |
| Octal | 141 | 34 | 360 | 74 | 130 | 0 | 6 | 404 | 130 | 65 |
| Binary | 1100001 | 11100 | 11110000 | 111100 | 1011000 | 0 | 110 | 100000100 | 1011000 | 110101 |
Color Harmonies of #611CF0
Complementary color
Monochromatic Colors of #611CF0
Black with #611CF0
Text Example
Text Example
White with #611CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611CF0; }
p { color: rgb(97,28,240); }
H1.HeaderClassName
{
color: #611CF0;
}
.AnyTagClassName
{
color: #611CF0;
}
</style>
background-color css
<style>
a { background-color: #611CF0; }
a { background-color: rgb(97,28,240); }
div.DivClassName
{
background-color: #611CF0;
}
.BgClassName
{
background-color: #611CF0;
}
</style>
border-color css
<style>
span { border-color: #611CF0; }
span { border-color: rgb(97,28,240); }
td.TdClassName
{
border-color: #611CF0;
}
.TagClassName
{
border-color: #611CF0;
}
</style>