Shades of Palatinate Purple #75276A
Tints of Palatinate Purple #75276A
RGB
CMYK
RGB Variations
Color information
#75276A (or 0x75276A) is known color: Palatinate Purple. HEX triplet: 75, 27 and 6A. RGB value is (117,39,106). Sum of RGB (Red+Green+Blue) = 117+39+106=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75276A is #8AD895. Grayscale: #454545. Windows color (decimal): -9099414 or 6956917. OLE color: 6956917.
HSL color Cylindrical-coordinate representation of color #75276A: hue angle of 308.46º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75276A is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 106 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.54 |
| HSL | 308.46º | 0.5% | 0.31% | - |
| HSV(B) | 308.46º | 0.67% | 0.46% | - |
| XYZ | 10.66 | 6.27 | 14.28 | - |
| YUV | 69.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 106 | 0 | 0.67 | 0.09 | 0.54 | 308.46 | 0.5 | 0.31 |
| Hex | 75 | 27 | 6A | 0 | 43 | 9 | 36 | 134 | 32 | 1F |
| Octal | 165 | 47 | 152 | 0 | 103 | 11 | 66 | 464 | 62 | 37 |
| Binary | 1110101 | 100111 | 1101010 | 0 | 1000011 | 1001 | 110110 | 100110100 | 110010 | 11111 |
Color Harmonies of #75276A
Complementary color
Monochromatic Colors of #75276A
Black with #75276A
Text Example
Text Example
White with #75276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75276A; }
p { color: rgb(117,39,106); }
H1.HeaderClassName
{
color: #75276A;
}
.AnyTagClassName
{
color: #75276A;
}
</style>
background-color css
<style>
a { background-color: #75276A; }
a { background-color: rgb(117,39,106); }
div.DivClassName
{
background-color: #75276A;
}
.BgClassName
{
background-color: #75276A;
}
</style>
border-color css
<style>
span { border-color: #75276A; }
span { border-color: rgb(117,39,106); }
td.TdClassName
{
border-color: #75276A;
}
.TagClassName
{
border-color: #75276A;
}
</style>