Shades of Palatinate Purple #613D5D
Tints of Palatinate Purple #613D5D
RGB
CMYK
RGB Variations
Color information
#613D5D (or 0x613D5D) is known color: Palatinate Purple. HEX triplet: 61, 3D and 5D. RGB value is (97,61,93). Sum of RGB (Red+Green+Blue) = 97+61+93=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #613D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D5D is #9EC2A2. Grayscale: #4B4B4B. Windows color (decimal): -10404515 or 6110561. OLE color: 6110561.
HSL color Cylindrical-coordinate representation of color #613D5D: hue angle of 306.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D5D is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 93 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.62 |
| HSL | 306.67º | 0.23% | 0.31% | - |
| HSV(B) | 306.67º | 0.37% | 0.38% | - |
| XYZ | 8.57 | 6.67 | 11.19 | - |
| YUV | 75.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 93 | 0 | 0.37 | 0.04 | 0.62 | 306.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 5D | 0 | 25 | 4 | 3E | 133 | 17 | 1F |
| Octal | 141 | 75 | 135 | 0 | 45 | 4 | 76 | 463 | 27 | 37 |
| Binary | 1100001 | 111101 | 1011101 | 0 | 100101 | 100 | 111110 | 100110011 | 10111 | 11111 |
Color Harmonies of #613D5D
Complementary color
Monochromatic Colors of #613D5D
Black with #613D5D
Text Example
Text Example
White with #613D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D5D; }
p { color: rgb(97,61,93); }
H1.HeaderClassName
{
color: #613D5D;
}
.AnyTagClassName
{
color: #613D5D;
}
</style>
background-color css
<style>
a { background-color: #613D5D; }
a { background-color: rgb(97,61,93); }
div.DivClassName
{
background-color: #613D5D;
}
.BgClassName
{
background-color: #613D5D;
}
</style>
border-color css
<style>
span { border-color: #613D5D; }
span { border-color: rgb(97,61,93); }
td.TdClassName
{
border-color: #613D5D;
}
.TagClassName
{
border-color: #613D5D;
}
</style>