Shades of Palatinate Purple #742D6B
Tints of Palatinate Purple #742D6B
RGB
CMYK
RGB Variations
Color information
#742D6B (or 0x742D6B) is known color: Palatinate Purple. HEX triplet: 74, 2D and 6B. RGB value is (116,45,107). Sum of RGB (Red+Green+Blue) = 116+45+107=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #742D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D6B is #8BD294. Grayscale: #494949. Windows color (decimal): -9163413 or 7023988. OLE color: 7023988.
HSL color Cylindrical-coordinate representation of color #742D6B: hue angle of 307.61º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D6B is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 107 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.55 |
| HSL | 307.61º | 0.44% | 0.32% | - |
| HSV(B) | 307.61º | 0.61% | 0.45% | - |
| XYZ | 10.79 | 6.65 | 14.62 | - |
| YUV | 73.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 107 | 0 | 0.61 | 0.08 | 0.55 | 307.61 | 0.44 | 0.32 |
| Hex | 74 | 2D | 6B | 0 | 3D | 8 | 37 | 134 | 2C | 20 |
| Octal | 164 | 55 | 153 | 0 | 75 | 10 | 67 | 464 | 54 | 40 |
| Binary | 1110100 | 101101 | 1101011 | 0 | 111101 | 1000 | 110111 | 100110100 | 101100 | 100000 |
Color Harmonies of #742D6B
Complementary color
Monochromatic Colors of #742D6B
Black with #742D6B
Text Example
Text Example
White with #742D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D6B; }
p { color: rgb(116,45,107); }
H1.HeaderClassName
{
color: #742D6B;
}
.AnyTagClassName
{
color: #742D6B;
}
</style>
background-color css
<style>
a { background-color: #742D6B; }
a { background-color: rgb(116,45,107); }
div.DivClassName
{
background-color: #742D6B;
}
.BgClassName
{
background-color: #742D6B;
}
</style>
border-color css
<style>
span { border-color: #742D6B; }
span { border-color: rgb(116,45,107); }
td.TdClassName
{
border-color: #742D6B;
}
.TagClassName
{
border-color: #742D6B;
}
</style>