Shades of Palatinate Purple #65325B
Tints of Palatinate Purple #65325B
RGB
CMYK
RGB Variations
Color information
#65325B (or 0x65325B) is known color: Palatinate Purple. HEX triplet: 65, 32 and 5B. RGB value is (101,50,91). Sum of RGB (Red+Green+Blue) = 101+50+91=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65325B is #9ACDA4. Grayscale: #454545. Windows color (decimal): -10145189 or 5976677. OLE color: 5976677.
HSL color Cylindrical-coordinate representation of color #65325B: hue angle of 311.76º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65325B is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 91 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.60 |
| HSL | 311.76º | 0.34% | 0.3% | - |
| HSV(B) | 311.76º | 0.5% | 0.4% | - |
| XYZ | 8.4 | 5.8 | 10.58 | - |
| YUV | 69.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 91 | 0 | 0.50 | 0.10 | 0.60 | 311.76 | 0.34 | 0.3 |
| Hex | 65 | 32 | 5B | 0 | 32 | A | 3C | 138 | 22 | 1E |
| Octal | 145 | 62 | 133 | 0 | 62 | 12 | 74 | 470 | 42 | 36 |
| Binary | 1100101 | 110010 | 1011011 | 0 | 110010 | 1010 | 111100 | 100111000 | 100010 | 11110 |
Color Harmonies of #65325B
Complementary color
Monochromatic Colors of #65325B
Black with #65325B
Text Example
Text Example
White with #65325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65325B; }
p { color: rgb(101,50,91); }
H1.HeaderClassName
{
color: #65325B;
}
.AnyTagClassName
{
color: #65325B;
}
</style>
background-color css
<style>
a { background-color: #65325B; }
a { background-color: rgb(101,50,91); }
div.DivClassName
{
background-color: #65325B;
}
.BgClassName
{
background-color: #65325B;
}
</style>
border-color css
<style>
span { border-color: #65325B; }
span { border-color: rgb(101,50,91); }
td.TdClassName
{
border-color: #65325B;
}
.TagClassName
{
border-color: #65325B;
}
</style>