Shades of Han Purple #610FE1
Tints of Han Purple #610FE1
RGB
CMYK
RGB Variations
Color information
#610FE1 (or 0x610FE1) is known color: Han Purple. HEX triplet: 61, 0F and E1. RGB value is (97,15,225). Sum of RGB (Red+Green+Blue) = 97+15+225=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #610FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FE1 is #9EF01E. Grayscale: #3E3E3E. Windows color (decimal): -10416159 or 14749537. OLE color: 14749537.
HSL color Cylindrical-coordinate representation of color #610FE1: hue angle of 263.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FE1 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 15 | 225 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.12 |
| HSL | 263.43º | 0.88% | 0.47% | - |
| HSV(B) | 263.43º | 0.93% | 0.88% | - |
| XYZ | 18.69 | 8.32 | 71.85 | - |
| YUV | 63.46 | 219.17 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 225 | 0.57 | 0.93 | 0 | 0.12 | 263.43 | 0.88 | 0.47 |
| Hex | 61 | F | E1 | 39 | 5D | 0 | C | 107 | 58 | 2F |
| Octal | 141 | 17 | 341 | 71 | 135 | 0 | 14 | 407 | 130 | 57 |
| Binary | 1100001 | 1111 | 11100001 | 111001 | 1011101 | 0 | 1100 | 100000111 | 1011000 | 101111 |
Color Harmonies of #610FE1
Complementary color
Monochromatic Colors of #610FE1
Black with #610FE1
Text Example
Text Example
White with #610FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610FE1; }
p { color: rgb(97,15,225); }
H1.HeaderClassName
{
color: #610FE1;
}
.AnyTagClassName
{
color: #610FE1;
}
</style>
background-color css
<style>
a { background-color: #610FE1; }
a { background-color: rgb(97,15,225); }
div.DivClassName
{
background-color: #610FE1;
}
.BgClassName
{
background-color: #610FE1;
}
</style>
border-color css
<style>
span { border-color: #610FE1; }
span { border-color: rgb(97,15,225); }
td.TdClassName
{
border-color: #610FE1;
}
.TagClassName
{
border-color: #610FE1;
}
</style>