Shades of Palatinate Purple #65095B
Tints of Palatinate Purple #65095B
RGB
CMYK
RGB Variations
Color information
#65095B (or 0x65095B) is known color: Palatinate Purple. HEX triplet: 65, 09 and 5B. RGB value is (101,9,91). Sum of RGB (Red+Green+Blue) = 101+9+91=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65095B is #9AF6A4. Grayscale: #2D2D2D. Windows color (decimal): -10155685 or 5966181. OLE color: 5966181.
HSL color Cylindrical-coordinate representation of color #65095B: hue angle of 306.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65095B is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 91 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.60 |
| HSL | 306.52º | 0.84% | 0.22% | - |
| HSV(B) | 306.52º | 0.91% | 0.4% | - |
| XYZ | 7.35 | 3.72 | 10.23 | - |
| YUV | 45.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 91 | 0 | 0.91 | 0.10 | 0.60 | 306.52 | 0.84 | 0.22 |
| Hex | 65 | 9 | 5B | 0 | 5B | A | 3C | 133 | 54 | 16 |
| Octal | 145 | 11 | 133 | 0 | 133 | 12 | 74 | 463 | 124 | 26 |
| Binary | 1100101 | 1001 | 1011011 | 0 | 1011011 | 1010 | 111100 | 100110011 | 1010100 | 10110 |
Color Harmonies of #65095B
Complementary color
Monochromatic Colors of #65095B
Black with #65095B
Text Example
Text Example
White with #65095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65095B; }
p { color: rgb(101,9,91); }
H1.HeaderClassName
{
color: #65095B;
}
.AnyTagClassName
{
color: #65095B;
}
</style>
background-color css
<style>
a { background-color: #65095B; }
a { background-color: rgb(101,9,91); }
div.DivClassName
{
background-color: #65095B;
}
.BgClassName
{
background-color: #65095B;
}
</style>
border-color css
<style>
span { border-color: #65095B; }
span { border-color: rgb(101,9,91); }
td.TdClassName
{
border-color: #65095B;
}
.TagClassName
{
border-color: #65095B;
}
</style>