Shades of Han Purple #610EDE
Tints of Han Purple #610EDE
RGB
CMYK
RGB Variations
Color information
#610EDE (or 0x610EDE) is known color: Han Purple. HEX triplet: 61, 0E and DE. RGB value is (97,14,222). Sum of RGB (Red+Green+Blue) = 97+14+222=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #610EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EDE is #9EF121. Grayscale: #3D3D3D. Windows color (decimal): -10416418 or 14552673. OLE color: 14552673.
HSL color Cylindrical-coordinate representation of color #610EDE: hue angle of 263.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EDE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 14 | 222 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.13 |
| HSL | 263.94º | 0.88% | 0.46% | - |
| HSV(B) | 263.94º | 0.94% | 0.87% | - |
| XYZ | 18.27 | 8.13 | 69.71 | - |
| YUV | 62.53 | 218 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 222 | 0.56 | 0.94 | 0 | 0.13 | 263.94 | 0.88 | 0.46 |
| Hex | 61 | E | DE | 38 | 5E | 0 | D | 108 | 58 | 2E |
| Octal | 141 | 16 | 336 | 70 | 136 | 0 | 15 | 410 | 130 | 56 |
| Binary | 1100001 | 1110 | 11011110 | 111000 | 1011110 | 0 | 1101 | 100001000 | 1011000 | 101110 |
Color Harmonies of #610EDE
Complementary color
Monochromatic Colors of #610EDE
Black with #610EDE
Text Example
Text Example
White with #610EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610EDE; }
p { color: rgb(97,14,222); }
H1.HeaderClassName
{
color: #610EDE;
}
.AnyTagClassName
{
color: #610EDE;
}
</style>
background-color css
<style>
a { background-color: #610EDE; }
a { background-color: rgb(97,14,222); }
div.DivClassName
{
background-color: #610EDE;
}
.BgClassName
{
background-color: #610EDE;
}
</style>
border-color css
<style>
span { border-color: #610EDE; }
span { border-color: rgb(97,14,222); }
td.TdClassName
{
border-color: #610EDE;
}
.TagClassName
{
border-color: #610EDE;
}
</style>