Shades of Purple #610063
Tints of Purple #610063
RGB
CMYK
RGB Variations
Color information
#610063 (or 0x610063) is known color: Purple. HEX triplet: 61, 00 and 63. RGB value is (97,0,99). Sum of RGB (Red+Green+Blue) = 97+0+99=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #610063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610063 is #9EFF9C. Grayscale: #272727. Windows color (decimal): -10420125 or 6488161. OLE color: 6488161.
HSL color Cylindrical-coordinate representation of color #610063: hue angle of 298.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610063 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 0 | 99 | - |
| CMYK | 0.02 | 1 | 0 | 0.61 |
| HSL | 298.79º | 1% | 0.19% | - |
| HSV(B) | 298.79º | 1% | 0.39% | - |
| XYZ | 7.18 | 3.44 | 12.09 | - |
| YUV | 40.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 99 | 0.02 | 1 | 0 | 0.61 | 298.79 | 1 | 0.19 |
| Hex | 61 | 0 | 63 | 2 | 64 | 0 | 3D | 12B | 64 | 13 |
| Octal | 141 | 0 | 143 | 2 | 144 | 0 | 75 | 453 | 144 | 23 |
| Binary | 1100001 | 0 | 1100011 | 10 | 1100100 | 0 | 111101 | 100101011 | 1100100 | 10011 |
Color Harmonies of #610063
Complementary color
Monochromatic Colors of #610063
Black with #610063
Text Example
Text Example
White with #610063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610063; }
p { color: rgb(97,0,99); }
H1.HeaderClassName
{
color: #610063;
}
.AnyTagClassName
{
color: #610063;
}
</style>
background-color css
<style>
a { background-color: #610063; }
a { background-color: rgb(97,0,99); }
div.DivClassName
{
background-color: #610063;
}
.BgClassName
{
background-color: #610063;
}
</style>
border-color css
<style>
span { border-color: #610063; }
span { border-color: rgb(97,0,99); }
td.TdClassName
{
border-color: #610063;
}
.TagClassName
{
border-color: #610063;
}
</style>