Shades of Han Purple #611AF8
Tints of Han Purple #611AF8
RGB
CMYK
RGB Variations
Color information
#611AF8 (or 0x611AF8) is known color: Han Purple. HEX triplet: 61, 1A and F8. RGB value is (97,26,248). Sum of RGB (Red+Green+Blue) = 97+26+248=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #611AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611AF8 is #9EE507. Grayscale: #474747. Windows color (decimal): -10413320 or 16259681. OLE color: 16259681.
HSL color Cylindrical-coordinate representation of color #611AF8: hue angle of 259.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #611AF8 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 26 | 248 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.03 |
| HSL | 259.19º | 0.94% | 0.54% | - |
| HSV(B) | 259.19º | 0.9% | 0.97% | - |
| XYZ | 22.24 | 10.06 | 89.58 | - |
| YUV | 72.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 248 | 0.61 | 0.90 | 0 | 0.03 | 259.19 | 0.94 | 0.54 |
| Hex | 61 | 1A | F8 | 3D | 5A | 0 | 3 | 103 | 5E | 36 |
| Octal | 141 | 32 | 370 | 75 | 132 | 0 | 3 | 403 | 136 | 66 |
| Binary | 1100001 | 11010 | 11111000 | 111101 | 1011010 | 0 | 11 | 100000011 | 1011110 | 110110 |
Color Harmonies of #611AF8
Complementary color
Monochromatic Colors of #611AF8
Black with #611AF8
Text Example
Text Example
White with #611AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611AF8; }
p { color: rgb(97,26,248); }
H1.HeaderClassName
{
color: #611AF8;
}
.AnyTagClassName
{
color: #611AF8;
}
</style>
background-color css
<style>
a { background-color: #611AF8; }
a { background-color: rgb(97,26,248); }
div.DivClassName
{
background-color: #611AF8;
}
.BgClassName
{
background-color: #611AF8;
}
</style>
border-color css
<style>
span { border-color: #611AF8; }
span { border-color: rgb(97,26,248); }
td.TdClassName
{
border-color: #611AF8;
}
.TagClassName
{
border-color: #611AF8;
}
</style>