Shades of Palatinate Purple #74296B
Tints of Palatinate Purple #74296B
RGB
CMYK
RGB Variations
Color information
#74296B (or 0x74296B) is known color: Palatinate Purple. HEX triplet: 74, 29 and 6B. RGB value is (116,41,107). Sum of RGB (Red+Green+Blue) = 116+41+107=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74296B is #8BD694. Grayscale: #464646. Windows color (decimal): -9164437 or 7022964. OLE color: 7022964.
HSL color Cylindrical-coordinate representation of color #74296B: hue angle of 307.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74296B is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 107 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.55 |
| HSL | 307.2º | 0.48% | 0.31% | - |
| HSV(B) | 307.2º | 0.65% | 0.45% | - |
| XYZ | 10.65 | 6.36 | 14.58 | - |
| YUV | 70.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 107 | 0 | 0.65 | 0.08 | 0.55 | 307.2 | 0.48 | 0.31 |
| Hex | 74 | 29 | 6B | 0 | 41 | 8 | 37 | 133 | 30 | 1F |
| Octal | 164 | 51 | 153 | 0 | 101 | 10 | 67 | 463 | 60 | 37 |
| Binary | 1110100 | 101001 | 1101011 | 0 | 1000001 | 1000 | 110111 | 100110011 | 110000 | 11111 |
Color Harmonies of #74296B
Complementary color
Monochromatic Colors of #74296B
Black with #74296B
Text Example
Text Example
White with #74296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74296B; }
p { color: rgb(116,41,107); }
H1.HeaderClassName
{
color: #74296B;
}
.AnyTagClassName
{
color: #74296B;
}
</style>
background-color css
<style>
a { background-color: #74296B; }
a { background-color: rgb(116,41,107); }
div.DivClassName
{
background-color: #74296B;
}
.BgClassName
{
background-color: #74296B;
}
</style>
border-color css
<style>
span { border-color: #74296B; }
span { border-color: rgb(116,41,107); }
td.TdClassName
{
border-color: #74296B;
}
.TagClassName
{
border-color: #74296B;
}
</style>