Shades of Palatinate Purple #65075C
Tints of Palatinate Purple #65075C
RGB
CMYK
RGB Variations
Color information
#65075C (or 0x65075C) is known color: Palatinate Purple. HEX triplet: 65, 07 and 5C. RGB value is (101,7,92). Sum of RGB (Red+Green+Blue) = 101+7+92=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075C is #9AF8A3. Grayscale: #2C2C2C. Windows color (decimal): -10156196 or 6031205. OLE color: 6031205.
HSL color Cylindrical-coordinate representation of color #65075C: hue angle of 305.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65075C is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 92 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.60 |
| HSL | 305.74º | 0.87% | 0.21% | - |
| HSV(B) | 305.74º | 0.93% | 0.4% | - |
| XYZ | 7.37 | 3.69 | 10.45 | - |
| YUV | 44.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 92 | 0 | 0.93 | 0.09 | 0.60 | 305.74 | 0.87 | 0.21 |
| Hex | 65 | 7 | 5C | 0 | 5D | 9 | 3C | 132 | 57 | 15 |
| Octal | 145 | 7 | 134 | 0 | 135 | 11 | 74 | 462 | 127 | 25 |
| Binary | 1100101 | 111 | 1011100 | 0 | 1011101 | 1001 | 111100 | 100110010 | 1010111 | 10101 |
Color Harmonies of #65075C
Complementary color
Monochromatic Colors of #65075C
Black with #65075C
Text Example
Text Example
White with #65075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65075C; }
p { color: rgb(101,7,92); }
H1.HeaderClassName
{
color: #65075C;
}
.AnyTagClassName
{
color: #65075C;
}
</style>
background-color css
<style>
a { background-color: #65075C; }
a { background-color: rgb(101,7,92); }
div.DivClassName
{
background-color: #65075C;
}
.BgClassName
{
background-color: #65075C;
}
</style>
border-color css
<style>
span { border-color: #65075C; }
span { border-color: rgb(101,7,92); }
td.TdClassName
{
border-color: #65075C;
}
.TagClassName
{
border-color: #65075C;
}
</style>