Shades of Palatinate Purple #75266B
Tints of Palatinate Purple #75266B
RGB
CMYK
RGB Variations
Color information
#75266B (or 0x75266B) is known color: Palatinate Purple. HEX triplet: 75, 26 and 6B. RGB value is (117,38,107). Sum of RGB (Red+Green+Blue) = 117+38+107=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75266B is #8AD994. Grayscale: #454545. Windows color (decimal): -9099669 or 7022197. OLE color: 7022197.
HSL color Cylindrical-coordinate representation of color #75266B: hue angle of 307.59º 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 #75266B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 107 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.54 |
| HSL | 307.59º | 0.51% | 0.3% | - |
| HSV(B) | 307.59º | 0.68% | 0.46% | - |
| XYZ | 10.68 | 6.23 | 14.55 | - |
| YUV | 69.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 107 | 0 | 0.68 | 0.09 | 0.54 | 307.59 | 0.51 | 0.3 |
| Hex | 75 | 26 | 6B | 0 | 44 | 9 | 36 | 134 | 33 | 1E |
| Octal | 165 | 46 | 153 | 0 | 104 | 11 | 66 | 464 | 63 | 36 |
| Binary | 1110101 | 100110 | 1101011 | 0 | 1000100 | 1001 | 110110 | 100110100 | 110011 | 11110 |
Color Harmonies of #75266B
Complementary color
Monochromatic Colors of #75266B
Black with #75266B
Text Example
Text Example
White with #75266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75266B; }
p { color: rgb(117,38,107); }
H1.HeaderClassName
{
color: #75266B;
}
.AnyTagClassName
{
color: #75266B;
}
</style>
background-color css
<style>
a { background-color: #75266B; }
a { background-color: rgb(117,38,107); }
div.DivClassName
{
background-color: #75266B;
}
.BgClassName
{
background-color: #75266B;
}
</style>
border-color css
<style>
span { border-color: #75266B; }
span { border-color: rgb(117,38,107); }
td.TdClassName
{
border-color: #75266B;
}
.TagClassName
{
border-color: #75266B;
}
</style>