Shades of Purple #610468
Tints of Purple #610468
RGB
CMYK
RGB Variations
Color information
#610468 (or 0x610468) is known color: Purple. HEX triplet: 61, 04 and 68. RGB value is (97,4,104). Sum of RGB (Red+Green+Blue) = 97+4+104=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #610468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610468 is #9EFB97. Grayscale: #2A2A2A. Windows color (decimal): -10419096 or 6816865. OLE color: 6816865.
HSL color Cylindrical-coordinate representation of color #610468: hue angle of 295.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610468 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 4 | 104 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.59 |
| HSL | 295.8º | 0.93% | 0.21% | - |
| HSV(B) | 295.8º | 0.96% | 0.41% | - |
| XYZ | 7.47 | 3.63 | 13.4 | - |
| YUV | 43.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 104 | 0.07 | 0.96 | 0 | 0.59 | 295.8 | 0.93 | 0.21 |
| Hex | 61 | 4 | 68 | 7 | 60 | 0 | 3B | 128 | 5D | 15 |
| Octal | 141 | 4 | 150 | 7 | 140 | 0 | 73 | 450 | 135 | 25 |
| Binary | 1100001 | 100 | 1101000 | 111 | 1100000 | 0 | 111011 | 100101000 | 1011101 | 10101 |
Color Harmonies of #610468
Complementary color
Monochromatic Colors of #610468
Black with #610468
Text Example
Text Example
White with #610468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610468; }
p { color: rgb(97,4,104); }
H1.HeaderClassName
{
color: #610468;
}
.AnyTagClassName
{
color: #610468;
}
</style>
background-color css
<style>
a { background-color: #610468; }
a { background-color: rgb(97,4,104); }
div.DivClassName
{
background-color: #610468;
}
.BgClassName
{
background-color: #610468;
}
</style>
border-color css
<style>
span { border-color: #610468; }
span { border-color: rgb(97,4,104); }
td.TdClassName
{
border-color: #610468;
}
.TagClassName
{
border-color: #610468;
}
</style>