Shades of Purple #610069
Tints of Purple #610069
RGB
CMYK
RGB Variations
Color information
#610069 (or 0x610069) is known color: Purple. HEX triplet: 61, 00 and 69. RGB value is (97,0,105). Sum of RGB (Red+Green+Blue) = 97+0+105=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #610069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610069 is #9EFF96. Grayscale: #282828. Windows color (decimal): -10420119 or 6881377. OLE color: 6881377.
HSL color Cylindrical-coordinate representation of color #610069: hue angle of 295.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610069 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 0 | 105 | - |
| CMYK | 0.08 | 1 | 0 | 0.59 |
| HSL | 295.43º | 1% | 0.21% | - |
| HSV(B) | 295.43º | 1% | 0.41% | - |
| XYZ | 7.48 | 3.56 | 13.66 | - |
| YUV | 40.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 105 | 0.08 | 1 | 0 | 0.59 | 295.43 | 1 | 0.21 |
| Hex | 61 | 0 | 69 | 8 | 64 | 0 | 3B | 127 | 64 | 15 |
| Octal | 141 | 0 | 151 | 10 | 144 | 0 | 73 | 447 | 144 | 25 |
| Binary | 1100001 | 0 | 1101001 | 1000 | 1100100 | 0 | 111011 | 100100111 | 1100100 | 10101 |
Color Harmonies of #610069
Complementary color
Monochromatic Colors of #610069
Black with #610069
Text Example
Text Example
White with #610069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610069; }
p { color: rgb(97,0,105); }
H1.HeaderClassName
{
color: #610069;
}
.AnyTagClassName
{
color: #610069;
}
</style>
background-color css
<style>
a { background-color: #610069; }
a { background-color: rgb(97,0,105); }
div.DivClassName
{
background-color: #610069;
}
.BgClassName
{
background-color: #610069;
}
</style>
border-color css
<style>
span { border-color: #610069; }
span { border-color: rgb(97,0,105); }
td.TdClassName
{
border-color: #610069;
}
.TagClassName
{
border-color: #610069;
}
</style>