Shades of Han Purple #610FE5
Tints of Han Purple #610FE5
RGB
CMYK
RGB Variations
Color information
#610FE5 (or 0x610FE5) is known color: Han Purple. HEX triplet: 61, 0F and E5. RGB value is (97,15,229). Sum of RGB (Red+Green+Blue) = 97+15+229=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #610FE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FE5 is #9EF01A. Grayscale: #3F3F3F. Windows color (decimal): -10416155 or 15011681. OLE color: 15011681.
HSL color Cylindrical-coordinate representation of color #610FE5: hue angle of 262.99º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FE5 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 15 | 229 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.10 |
| HSL | 262.99º | 0.88% | 0.48% | - |
| HSV(B) | 262.99º | 0.93% | 0.9% | - |
| XYZ | 19.24 | 8.54 | 74.76 | - |
| YUV | 63.91 | 221.17 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 229 | 0.58 | 0.93 | 0 | 0.10 | 262.99 | 0.88 | 0.48 |
| Hex | 61 | F | E5 | 3A | 5D | 0 | A | 107 | 58 | 30 |
| Octal | 141 | 17 | 345 | 72 | 135 | 0 | 12 | 407 | 130 | 60 |
| Binary | 1100001 | 1111 | 11100101 | 111010 | 1011101 | 0 | 1010 | 100000111 | 1011000 | 110000 |
Color Harmonies of #610FE5
Complementary color
Monochromatic Colors of #610FE5
Black with #610FE5
Text Example
Text Example
White with #610FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610FE5; }
p { color: rgb(97,15,229); }
H1.HeaderClassName
{
color: #610FE5;
}
.AnyTagClassName
{
color: #610FE5;
}
</style>
background-color css
<style>
a { background-color: #610FE5; }
a { background-color: rgb(97,15,229); }
div.DivClassName
{
background-color: #610FE5;
}
.BgClassName
{
background-color: #610FE5;
}
</style>
border-color css
<style>
span { border-color: #610FE5; }
span { border-color: rgb(97,15,229); }
td.TdClassName
{
border-color: #610FE5;
}
.TagClassName
{
border-color: #610FE5;
}
</style>