Shades of Han Purple #610FDD
Tints of Han Purple #610FDD
RGB
CMYK
RGB Variations
Color information
#610FDD (or 0x610FDD) is known color: Han Purple. HEX triplet: 61, 0F and DD. RGB value is (97,15,221). Sum of RGB (Red+Green+Blue) = 97+15+221=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #610FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FDD is #9EF022. Grayscale: #3E3E3E. Windows color (decimal): -10416163 or 14487393. OLE color: 14487393.
HSL color Cylindrical-coordinate representation of color #610FDD: hue angle of 263.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FDD is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 15 | 221 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.13 |
| HSL | 263.88º | 0.87% | 0.46% | - |
| HSV(B) | 263.88º | 0.93% | 0.87% | - |
| XYZ | 18.15 | 8.1 | 69.01 | - |
| YUV | 63 | 217.17 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 221 | 0.56 | 0.93 | 0 | 0.13 | 263.88 | 0.87 | 0.46 |
| Hex | 61 | F | DD | 38 | 5D | 0 | D | 108 | 57 | 2E |
| Octal | 141 | 17 | 335 | 70 | 135 | 0 | 15 | 410 | 127 | 56 |
| Binary | 1100001 | 1111 | 11011101 | 111000 | 1011101 | 0 | 1101 | 100001000 | 1010111 | 101110 |
Color Harmonies of #610FDD
Complementary color
Monochromatic Colors of #610FDD
Black with #610FDD
Text Example
Text Example
White with #610FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610FDD; }
p { color: rgb(97,15,221); }
H1.HeaderClassName
{
color: #610FDD;
}
.AnyTagClassName
{
color: #610FDD;
}
</style>
background-color css
<style>
a { background-color: #610FDD; }
a { background-color: rgb(97,15,221); }
div.DivClassName
{
background-color: #610FDD;
}
.BgClassName
{
background-color: #610FDD;
}
</style>
border-color css
<style>
span { border-color: #610FDD; }
span { border-color: rgb(97,15,221); }
td.TdClassName
{
border-color: #610FDD;
}
.TagClassName
{
border-color: #610FDD;
}
</style>