Shades of Palatinate Purple #65085C
Tints of Palatinate Purple #65085C
RGB
CMYK
RGB Variations
Color information
#65085C (or 0x65085C) is known color: Palatinate Purple. HEX triplet: 65, 08 and 5C. RGB value is (101,8,92). Sum of RGB (Red+Green+Blue) = 101+8+92=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65085C is #9AF7A3. Grayscale: #2D2D2D. Windows color (decimal): -10155940 or 6031461. OLE color: 6031461.
HSL color Cylindrical-coordinate representation of color #65085C: hue angle of 305.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65085C is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 92 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.60 |
| HSL | 305.81º | 0.85% | 0.21% | - |
| HSV(B) | 305.81º | 0.92% | 0.4% | - |
| XYZ | 7.39 | 3.71 | 10.45 | - |
| YUV | 45.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 92 | 0 | 0.92 | 0.09 | 0.60 | 305.81 | 0.85 | 0.21 |
| Hex | 65 | 8 | 5C | 0 | 5C | 9 | 3C | 132 | 55 | 15 |
| Octal | 145 | 10 | 134 | 0 | 134 | 11 | 74 | 462 | 125 | 25 |
| Binary | 1100101 | 1000 | 1011100 | 0 | 1011100 | 1001 | 111100 | 100110010 | 1010101 | 10101 |
Color Harmonies of #65085C
Complementary color
Monochromatic Colors of #65085C
Black with #65085C
Text Example
Text Example
White with #65085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65085C; }
p { color: rgb(101,8,92); }
H1.HeaderClassName
{
color: #65085C;
}
.AnyTagClassName
{
color: #65085C;
}
</style>
background-color css
<style>
a { background-color: #65085C; }
a { background-color: rgb(101,8,92); }
div.DivClassName
{
background-color: #65085C;
}
.BgClassName
{
background-color: #65085C;
}
</style>
border-color css
<style>
span { border-color: #65085C; }
span { border-color: rgb(101,8,92); }
td.TdClassName
{
border-color: #65085C;
}
.TagClassName
{
border-color: #65085C;
}
</style>