Shades of Palatinate Purple #754068
Tints of Palatinate Purple #754068
RGB
CMYK
RGB Variations
Color information
#754068 (or 0x754068) is known color: Palatinate Purple. HEX triplet: 75, 40 and 68. RGB value is (117,64,104). Sum of RGB (Red+Green+Blue) = 117+64+104=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754068 is #8ABF97. Grayscale: #545454. Windows color (decimal): -9093016 or 6832245. OLE color: 6832245.
HSL color Cylindrical-coordinate representation of color #754068: hue angle of 314.72º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754068 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 104 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.54 |
| HSL | 314.72º | 0.29% | 0.35% | - |
| HSV(B) | 314.72º | 0.45% | 0.46% | - |
| XYZ | 11.67 | 8.45 | 14.11 | - |
| YUV | 84.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 104 | 0 | 0.45 | 0.11 | 0.54 | 314.72 | 0.29 | 0.35 |
| Hex | 75 | 40 | 68 | 0 | 2D | B | 36 | 13B | 1D | 23 |
| Octal | 165 | 100 | 150 | 0 | 55 | 13 | 66 | 473 | 35 | 43 |
| Binary | 1110101 | 1000000 | 1101000 | 0 | 101101 | 1011 | 110110 | 100111011 | 11101 | 100011 |
Color Harmonies of #754068
Complementary color
Monochromatic Colors of #754068
Black with #754068
Text Example
Text Example
White with #754068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754068; }
p { color: rgb(117,64,104); }
H1.HeaderClassName
{
color: #754068;
}
.AnyTagClassName
{
color: #754068;
}
</style>
background-color css
<style>
a { background-color: #754068; }
a { background-color: rgb(117,64,104); }
div.DivClassName
{
background-color: #754068;
}
.BgClassName
{
background-color: #754068;
}
</style>
border-color css
<style>
span { border-color: #754068; }
span { border-color: rgb(117,64,104); }
td.TdClassName
{
border-color: #754068;
}
.TagClassName
{
border-color: #754068;
}
</style>