Shades of Purple #610270
Tints of Purple #610270
RGB
CMYK
RGB Variations
Color information
#610270 (or 0x610270) is known color: Purple. HEX triplet: 61, 02 and 70. RGB value is (97,2,112). Sum of RGB (Red+Green+Blue) = 97+2+112=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #610270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610270 is #9EFD8F. Grayscale: #2A2A2A. Windows color (decimal): -10419600 or 7340641. OLE color: 7340641.
HSL color Cylindrical-coordinate representation of color #610270: hue angle of 291.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610270 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 2 | 112 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.56 |
| HSL | 291.82º | 0.96% | 0.22% | - |
| HSV(B) | 291.82º | 0.98% | 0.44% | - |
| XYZ | 7.88 | 3.75 | 15.64 | - |
| YUV | 42.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 112 | 0.13 | 0.98 | 0 | 0.56 | 291.82 | 0.96 | 0.22 |
| Hex | 61 | 2 | 70 | D | 62 | 0 | 38 | 124 | 60 | 16 |
| Octal | 141 | 2 | 160 | 15 | 142 | 0 | 70 | 444 | 140 | 26 |
| Binary | 1100001 | 10 | 1110000 | 1101 | 1100010 | 0 | 111000 | 100100100 | 1100000 | 10110 |
Color Harmonies of #610270
Complementary color
Monochromatic Colors of #610270
Black with #610270
Text Example
Text Example
White with #610270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610270; }
p { color: rgb(97,2,112); }
H1.HeaderClassName
{
color: #610270;
}
.AnyTagClassName
{
color: #610270;
}
</style>
background-color css
<style>
a { background-color: #610270; }
a { background-color: rgb(97,2,112); }
div.DivClassName
{
background-color: #610270;
}
.BgClassName
{
background-color: #610270;
}
</style>
border-color css
<style>
span { border-color: #610270; }
span { border-color: rgb(97,2,112); }
td.TdClassName
{
border-color: #610270;
}
.TagClassName
{
border-color: #610270;
}
</style>