Shades of Purple #610369
Tints of Purple #610369
RGB
CMYK
RGB Variations
Color information
#610369 (or 0x610369) is known color: Purple. HEX triplet: 61, 03 and 69. RGB value is (97,3,105). Sum of RGB (Red+Green+Blue) = 97+3+105=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #610369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610369 is #9EFC96. Grayscale: #2A2A2A. Windows color (decimal): -10419351 or 6882145. OLE color: 6882145.
HSL color Cylindrical-coordinate representation of color #610369: hue angle of 295.29º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610369 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 3 | 105 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.59 |
| HSL | 295.29º | 0.94% | 0.21% | - |
| HSV(B) | 295.29º | 0.97% | 0.41% | - |
| XYZ | 7.51 | 3.63 | 13.67 | - |
| YUV | 42.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 105 | 0.08 | 0.97 | 0 | 0.59 | 295.29 | 0.94 | 0.21 |
| Hex | 61 | 3 | 69 | 8 | 61 | 0 | 3B | 127 | 5E | 15 |
| Octal | 141 | 3 | 151 | 10 | 141 | 0 | 73 | 447 | 136 | 25 |
| Binary | 1100001 | 11 | 1101001 | 1000 | 1100001 | 0 | 111011 | 100100111 | 1011110 | 10101 |
Color Harmonies of #610369
Complementary color
Monochromatic Colors of #610369
Black with #610369
Text Example
Text Example
White with #610369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610369; }
p { color: rgb(97,3,105); }
H1.HeaderClassName
{
color: #610369;
}
.AnyTagClassName
{
color: #610369;
}
</style>
background-color css
<style>
a { background-color: #610369; }
a { background-color: rgb(97,3,105); }
div.DivClassName
{
background-color: #610369;
}
.BgClassName
{
background-color: #610369;
}
</style>
border-color css
<style>
span { border-color: #610369; }
span { border-color: rgb(97,3,105); }
td.TdClassName
{
border-color: #610369;
}
.TagClassName
{
border-color: #610369;
}
</style>