Shades of Palatinate Purple #75266C
Tints of Palatinate Purple #75266C
RGB
CMYK
RGB Variations
Color information
#75266C (or 0x75266C) is known color: Palatinate Purple. HEX triplet: 75, 26 and 6C. RGB value is (117,38,108). Sum of RGB (Red+Green+Blue) = 117+38+108=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75266C is #8AD993. Grayscale: #454545. Windows color (decimal): -9099668 or 7087733. OLE color: 7087733.
HSL color Cylindrical-coordinate representation of color #75266C: hue angle of 306.84º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75266C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 108 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.54 |
| HSL | 306.84º | 0.51% | 0.3% | - |
| HSV(B) | 306.84º | 0.68% | 0.46% | - |
| XYZ | 10.74 | 6.25 | 14.83 | - |
| YUV | 69.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 108 | 0 | 0.68 | 0.08 | 0.54 | 306.84 | 0.51 | 0.3 |
| Hex | 75 | 26 | 6C | 0 | 44 | 8 | 36 | 133 | 33 | 1E |
| Octal | 165 | 46 | 154 | 0 | 104 | 10 | 66 | 463 | 63 | 36 |
| Binary | 1110101 | 100110 | 1101100 | 0 | 1000100 | 1000 | 110110 | 100110011 | 110011 | 11110 |
Color Harmonies of #75266C
Complementary color
Monochromatic Colors of #75266C
Black with #75266C
Text Example
Text Example
White with #75266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75266C; }
p { color: rgb(117,38,108); }
H1.HeaderClassName
{
color: #75266C;
}
.AnyTagClassName
{
color: #75266C;
}
</style>
background-color css
<style>
a { background-color: #75266C; }
a { background-color: rgb(117,38,108); }
div.DivClassName
{
background-color: #75266C;
}
.BgClassName
{
background-color: #75266C;
}
</style>
border-color css
<style>
span { border-color: #75266C; }
span { border-color: rgb(117,38,108); }
td.TdClassName
{
border-color: #75266C;
}
.TagClassName
{
border-color: #75266C;
}
</style>