Shades of Han Purple #610EDB
Tints of Han Purple #610EDB
RGB
CMYK
RGB Variations
Color information
#610EDB (or 0x610EDB) is known color: Han Purple. HEX triplet: 61, 0E and DB. RGB value is (97,14,219). Sum of RGB (Red+Green+Blue) = 97+14+219=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #610EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EDB is #9EF124. Grayscale: #3D3D3D. Windows color (decimal): -10416421 or 14356065. OLE color: 14356065.
HSL color Cylindrical-coordinate representation of color #610EDB: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EDB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 14 | 219 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.14 |
| HSL | 264.29º | 0.88% | 0.46% | - |
| HSV(B) | 264.29º | 0.94% | 0.86% | - |
| XYZ | 17.87 | 7.97 | 67.61 | - |
| YUV | 62.19 | 216.5 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 219 | 0.56 | 0.94 | 0 | 0.14 | 264.29 | 0.88 | 0.46 |
| Hex | 61 | E | DB | 38 | 5E | 0 | E | 108 | 58 | 2E |
| Octal | 141 | 16 | 333 | 70 | 136 | 0 | 16 | 410 | 130 | 56 |
| Binary | 1100001 | 1110 | 11011011 | 111000 | 1011110 | 0 | 1110 | 100001000 | 1011000 | 101110 |
Color Harmonies of #610EDB
Complementary color
Monochromatic Colors of #610EDB
Black with #610EDB
Text Example
Text Example
White with #610EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610EDB; }
p { color: rgb(97,14,219); }
H1.HeaderClassName
{
color: #610EDB;
}
.AnyTagClassName
{
color: #610EDB;
}
</style>
background-color css
<style>
a { background-color: #610EDB; }
a { background-color: rgb(97,14,219); }
div.DivClassName
{
background-color: #610EDB;
}
.BgClassName
{
background-color: #610EDB;
}
</style>
border-color css
<style>
span { border-color: #610EDB; }
span { border-color: rgb(97,14,219); }
td.TdClassName
{
border-color: #610EDB;
}
.TagClassName
{
border-color: #610EDB;
}
</style>