Shades of Palatinate Purple #742A67
Tints of Palatinate Purple #742A67
RGB
CMYK
RGB Variations
Color information
#742A67 (or 0x742A67) is known color: Palatinate Purple. HEX triplet: 74, 2A and 67. RGB value is (116,42,103). Sum of RGB (Red+Green+Blue) = 116+42+103=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #742A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A67 is #8BD598. Grayscale: #464646. Windows color (decimal): -9164185 or 6761076. OLE color: 6761076.
HSL color Cylindrical-coordinate representation of color #742A67: hue angle of 310.54º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742A67 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 103 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.55 |
| HSL | 310.54º | 0.47% | 0.31% | - |
| HSV(B) | 310.54º | 0.64% | 0.45% | - |
| XYZ | 10.48 | 6.35 | 13.51 | - |
| YUV | 71.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 103 | 0 | 0.64 | 0.11 | 0.55 | 310.54 | 0.47 | 0.31 |
| Hex | 74 | 2A | 67 | 0 | 40 | B | 37 | 137 | 2F | 1F |
| Octal | 164 | 52 | 147 | 0 | 100 | 13 | 67 | 467 | 57 | 37 |
| Binary | 1110100 | 101010 | 1100111 | 0 | 1000000 | 1011 | 110111 | 100110111 | 101111 | 11111 |
Color Harmonies of #742A67
Complementary color
Monochromatic Colors of #742A67
Black with #742A67
Text Example
Text Example
White with #742A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A67; }
p { color: rgb(116,42,103); }
H1.HeaderClassName
{
color: #742A67;
}
.AnyTagClassName
{
color: #742A67;
}
</style>
background-color css
<style>
a { background-color: #742A67; }
a { background-color: rgb(116,42,103); }
div.DivClassName
{
background-color: #742A67;
}
.BgClassName
{
background-color: #742A67;
}
</style>
border-color css
<style>
span { border-color: #742A67; }
span { border-color: rgb(116,42,103); }
td.TdClassName
{
border-color: #742A67;
}
.TagClassName
{
border-color: #742A67;
}
</style>