Shades of Purple #610068
Tints of Purple #610068
RGB
CMYK
RGB Variations
Color information
#610068 (or 0x610068) is known color: Purple. HEX triplet: 61, 00 and 68. RGB value is (97,0,104). Sum of RGB (Red+Green+Blue) = 97+0+104=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #610068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610068 is #9EFF97. Grayscale: #282828. Windows color (decimal): -10420120 or 6815841. OLE color: 6815841.
HSL color Cylindrical-coordinate representation of color #610068: hue angle of 295.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610068 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 0 | 104 | - |
| CMYK | 0.07 | 1 | 0 | 0.59 |
| HSL | 295.96º | 1% | 0.2% | - |
| HSV(B) | 295.96º | 1% | 0.41% | - |
| XYZ | 7.43 | 3.54 | 13.39 | - |
| YUV | 40.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 104 | 0.07 | 1 | 0 | 0.59 | 295.96 | 1 | 0.2 |
| Hex | 61 | 0 | 68 | 7 | 64 | 0 | 3B | 128 | 64 | 14 |
| Octal | 141 | 0 | 150 | 7 | 144 | 0 | 73 | 450 | 144 | 24 |
| Binary | 1100001 | 0 | 1101000 | 111 | 1100100 | 0 | 111011 | 100101000 | 1100100 | 10100 |
Color Harmonies of #610068
Complementary color
Monochromatic Colors of #610068
Black with #610068
Text Example
Text Example
White with #610068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610068; }
p { color: rgb(97,0,104); }
H1.HeaderClassName
{
color: #610068;
}
.AnyTagClassName
{
color: #610068;
}
</style>
background-color css
<style>
a { background-color: #610068; }
a { background-color: rgb(97,0,104); }
div.DivClassName
{
background-color: #610068;
}
.BgClassName
{
background-color: #610068;
}
</style>
border-color css
<style>
span { border-color: #610068; }
span { border-color: rgb(97,0,104); }
td.TdClassName
{
border-color: #610068;
}
.TagClassName
{
border-color: #610068;
}
</style>