Shades of Purple #610168
Tints of Purple #610168
RGB
CMYK
RGB Variations
Color information
#610168 (or 0x610168) is known color: Purple. HEX triplet: 61, 01 and 68. RGB value is (97,1,104). Sum of RGB (Red+Green+Blue) = 97+1+104=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #610168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610168 is #9EFE97. Grayscale: #292929. Windows color (decimal): -10419864 or 6816097. OLE color: 6816097.
HSL color Cylindrical-coordinate representation of color #610168: hue angle of 295.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610168 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 1 | 104 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.59 |
| HSL | 295.92º | 0.98% | 0.21% | - |
| HSV(B) | 295.92º | 0.99% | 0.41% | - |
| XYZ | 7.44 | 3.56 | 13.39 | - |
| YUV | 41.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 104 | 0.07 | 0.99 | 0 | 0.59 | 295.92 | 0.98 | 0.21 |
| Hex | 61 | 1 | 68 | 7 | 63 | 0 | 3B | 128 | 62 | 15 |
| Octal | 141 | 1 | 150 | 7 | 143 | 0 | 73 | 450 | 142 | 25 |
| Binary | 1100001 | 1 | 1101000 | 111 | 1100011 | 0 | 111011 | 100101000 | 1100010 | 10101 |
Color Harmonies of #610168
Complementary color
Monochromatic Colors of #610168
Black with #610168
Text Example
Text Example
White with #610168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610168; }
p { color: rgb(97,1,104); }
H1.HeaderClassName
{
color: #610168;
}
.AnyTagClassName
{
color: #610168;
}
</style>
background-color css
<style>
a { background-color: #610168; }
a { background-color: rgb(97,1,104); }
div.DivClassName
{
background-color: #610168;
}
.BgClassName
{
background-color: #610168;
}
</style>
border-color css
<style>
span { border-color: #610168; }
span { border-color: rgb(97,1,104); }
td.TdClassName
{
border-color: #610168;
}
.TagClassName
{
border-color: #610168;
}
</style>