Shades of Purple #610366
Tints of Purple #610366
RGB
CMYK
RGB Variations
Color information
#610366 (or 0x610366) is known color: Purple. HEX triplet: 61, 03 and 66. RGB value is (97,3,102). Sum of RGB (Red+Green+Blue) = 97+3+102=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #610366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610366 is #9EFC99. Grayscale: #2A2A2A. Windows color (decimal): -10419354 or 6685537. OLE color: 6685537.
HSL color Cylindrical-coordinate representation of color #610366: hue angle of 296.97º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610366 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 3 | 102 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.6 |
| HSL | 296.97º | 0.94% | 0.21% | - |
| HSV(B) | 296.97º | 0.97% | 0.4% | - |
| XYZ | 7.36 | 3.57 | 12.87 | - |
| YUV | 42.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 102 | 0.05 | 0.97 | 0 | 0.6 | 296.97 | 0.94 | 0.21 |
| Hex | 61 | 3 | 66 | 5 | 61 | 0 | 3C | 129 | 5E | 15 |
| Octal | 141 | 3 | 146 | 5 | 141 | 0 | 74 | 451 | 136 | 25 |
| Binary | 1100001 | 11 | 1100110 | 101 | 1100001 | 0 | 111100 | 100101001 | 1011110 | 10101 |
Color Harmonies of #610366
Complementary color
Monochromatic Colors of #610366
Black with #610366
Text Example
Text Example
White with #610366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610366; }
p { color: rgb(97,3,102); }
H1.HeaderClassName
{
color: #610366;
}
.AnyTagClassName
{
color: #610366;
}
</style>
background-color css
<style>
a { background-color: #610366; }
a { background-color: rgb(97,3,102); }
div.DivClassName
{
background-color: #610366;
}
.BgClassName
{
background-color: #610366;
}
</style>
border-color css
<style>
span { border-color: #610366; }
span { border-color: rgb(97,3,102); }
td.TdClassName
{
border-color: #610366;
}
.TagClassName
{
border-color: #610366;
}
</style>