Shades of Palatinate Purple #65075D
Tints of Palatinate Purple #65075D
RGB
CMYK
RGB Variations
Color information
#65075D (or 0x65075D) is known color: Palatinate Purple. HEX triplet: 65, 07 and 5D. RGB value is (101,7,93). Sum of RGB (Red+Green+Blue) = 101+7+93=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075D is #9AF8A2. Grayscale: #2C2C2C. Windows color (decimal): -10156195 or 6096741. OLE color: 6096741.
HSL color Cylindrical-coordinate representation of color #65075D: hue angle of 305.11º 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 #65075D is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 93 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.60 |
| HSL | 305.11º | 0.87% | 0.21% | - |
| HSV(B) | 305.11º | 0.93% | 0.4% | - |
| XYZ | 7.42 | 3.71 | 10.68 | - |
| YUV | 44.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 93 | 0 | 0.93 | 0.08 | 0.60 | 305.11 | 0.87 | 0.21 |
| Hex | 65 | 7 | 5D | 0 | 5D | 8 | 3C | 131 | 57 | 15 |
| Octal | 145 | 7 | 135 | 0 | 135 | 10 | 74 | 461 | 127 | 25 |
| Binary | 1100101 | 111 | 1011101 | 0 | 1011101 | 1000 | 111100 | 100110001 | 1010111 | 10101 |
Color Harmonies of #65075D
Complementary color
Monochromatic Colors of #65075D
Black with #65075D
Text Example
Text Example
White with #65075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65075D; }
p { color: rgb(101,7,93); }
H1.HeaderClassName
{
color: #65075D;
}
.AnyTagClassName
{
color: #65075D;
}
</style>
background-color css
<style>
a { background-color: #65075D; }
a { background-color: rgb(101,7,93); }
div.DivClassName
{
background-color: #65075D;
}
.BgClassName
{
background-color: #65075D;
}
</style>
border-color css
<style>
span { border-color: #65075D; }
span { border-color: rgb(101,7,93); }
td.TdClassName
{
border-color: #65075D;
}
.TagClassName
{
border-color: #65075D;
}
</style>