Shades of Palatinate Purple #61235A
Tints of Palatinate Purple #61235A
RGB
CMYK
RGB Variations
Color information
#61235A (or 0x61235A) is known color: Palatinate Purple. HEX triplet: 61, 23 and 5A. RGB value is (97,35,90). Sum of RGB (Red+Green+Blue) = 97+35+90=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61235A is #9EDCA5. Grayscale: #3B3B3B. Windows color (decimal): -10411174 or 5907297. OLE color: 5907297.
HSL color Cylindrical-coordinate representation of color #61235A: hue angle of 306.77º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61235A is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 35 | 90 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.62 |
| HSL | 306.77º | 0.47% | 0.26% | - |
| HSV(B) | 306.77º | 0.64% | 0.38% | - |
| XYZ | 7.38 | 4.48 | 10.15 | - |
| YUV | 59.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 90 | 0 | 0.64 | 0.07 | 0.62 | 306.77 | 0.47 | 0.26 |
| Hex | 61 | 23 | 5A | 0 | 40 | 7 | 3E | 133 | 2F | 1A |
| Octal | 141 | 43 | 132 | 0 | 100 | 7 | 76 | 463 | 57 | 32 |
| Binary | 1100001 | 100011 | 1011010 | 0 | 1000000 | 111 | 111110 | 100110011 | 101111 | 11010 |
Color Harmonies of #61235A
Complementary color
Monochromatic Colors of #61235A
Black with #61235A
Text Example
Text Example
White with #61235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61235A; }
p { color: rgb(97,35,90); }
H1.HeaderClassName
{
color: #61235A;
}
.AnyTagClassName
{
color: #61235A;
}
</style>
background-color css
<style>
a { background-color: #61235A; }
a { background-color: rgb(97,35,90); }
div.DivClassName
{
background-color: #61235A;
}
.BgClassName
{
background-color: #61235A;
}
</style>
border-color css
<style>
span { border-color: #61235A; }
span { border-color: rgb(97,35,90); }
td.TdClassName
{
border-color: #61235A;
}
.TagClassName
{
border-color: #61235A;
}
</style>