Shades of Han Purple #610FDC
Tints of Han Purple #610FDC
RGB
CMYK
RGB Variations
Color information
#610FDC (or 0x610FDC) is known color: Han Purple. HEX triplet: 61, 0F and DC. RGB value is (97,15,220). Sum of RGB (Red+Green+Blue) = 97+15+220=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #610FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FDC is #9EF023. Grayscale: #3E3E3E. Windows color (decimal): -10416164 or 14421857. OLE color: 14421857.
HSL color Cylindrical-coordinate representation of color #610FDC: hue angle of 264º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FDC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 15 | 220 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.14 |
| HSL | 264º | 0.87% | 0.46% | - |
| HSV(B) | 264º | 0.93% | 0.86% | - |
| XYZ | 18.02 | 8.05 | 68.31 | - |
| YUV | 62.89 | 216.67 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 220 | 0.56 | 0.93 | 0 | 0.14 | 264 | 0.87 | 0.46 |
| Hex | 61 | F | DC | 38 | 5D | 0 | E | 108 | 57 | 2E |
| Octal | 141 | 17 | 334 | 70 | 135 | 0 | 16 | 410 | 127 | 56 |
| Binary | 1100001 | 1111 | 11011100 | 111000 | 1011101 | 0 | 1110 | 100001000 | 1010111 | 101110 |
Color Harmonies of #610FDC
Complementary color
Monochromatic Colors of #610FDC
Black with #610FDC
Text Example
Text Example
White with #610FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610FDC; }
p { color: rgb(97,15,220); }
H1.HeaderClassName
{
color: #610FDC;
}
.AnyTagClassName
{
color: #610FDC;
}
</style>
background-color css
<style>
a { background-color: #610FDC; }
a { background-color: rgb(97,15,220); }
div.DivClassName
{
background-color: #610FDC;
}
.BgClassName
{
background-color: #610FDC;
}
</style>
border-color css
<style>
span { border-color: #610FDC; }
span { border-color: rgb(97,15,220); }
td.TdClassName
{
border-color: #610FDC;
}
.TagClassName
{
border-color: #610FDC;
}
</style>