Shades of Palatinate Purple #75215C
Tints of Palatinate Purple #75215C
RGB
CMYK
RGB Variations
Color information
#75215C (or 0x75215C) is known color: Palatinate Purple. HEX triplet: 75, 21 and 5C. RGB value is (117,33,92). Sum of RGB (Red+Green+Blue) = 117+33+92=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215C is #8ADEA3. Grayscale: #404040. Windows color (decimal): -9100964 or 6037877. OLE color: 6037877.
HSL color Cylindrical-coordinate representation of color #75215C: hue angle of 317.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75215C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 92 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.54 |
| HSL | 317.86º | 0.56% | 0.29% | - |
| HSV(B) | 317.86º | 0.72% | 0.46% | - |
| XYZ | 9.81 | 5.64 | 10.7 | - |
| YUV | 64.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 92 | 0 | 0.72 | 0.21 | 0.54 | 317.86 | 0.56 | 0.29 |
| Hex | 75 | 21 | 5C | 0 | 48 | 15 | 36 | 13E | 38 | 1D |
| Octal | 165 | 41 | 134 | 0 | 110 | 25 | 66 | 476 | 70 | 35 |
| Binary | 1110101 | 100001 | 1011100 | 0 | 1001000 | 10101 | 110110 | 100111110 | 111000 | 11101 |
Color Harmonies of #75215C
Complementary color
Monochromatic Colors of #75215C
Black with #75215C
Text Example
Text Example
White with #75215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75215C; }
p { color: rgb(117,33,92); }
H1.HeaderClassName
{
color: #75215C;
}
.AnyTagClassName
{
color: #75215C;
}
</style>
background-color css
<style>
a { background-color: #75215C; }
a { background-color: rgb(117,33,92); }
div.DivClassName
{
background-color: #75215C;
}
.BgClassName
{
background-color: #75215C;
}
</style>
border-color css
<style>
span { border-color: #75215C; }
span { border-color: rgb(117,33,92); }
td.TdClassName
{
border-color: #75215C;
}
.TagClassName
{
border-color: #75215C;
}
</style>