Shades of Palatinate Purple #74286A
Tints of Palatinate Purple #74286A
RGB
CMYK
RGB Variations
Color information
#74286A (or 0x74286A) is known color: Palatinate Purple. HEX triplet: 74, 28 and 6A. RGB value is (116,40,106). Sum of RGB (Red+Green+Blue) = 116+40+106=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74286A is #8BD795. Grayscale: #464646. Windows color (decimal): -9164694 or 6957172. OLE color: 6957172.
HSL color Cylindrical-coordinate representation of color #74286A: hue angle of 307.89º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74286A is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 106 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.55 |
| HSL | 307.89º | 0.49% | 0.31% | - |
| HSV(B) | 307.89º | 0.66% | 0.45% | - |
| XYZ | 10.56 | 6.27 | 14.29 | - |
| YUV | 70.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 106 | 0 | 0.66 | 0.09 | 0.55 | 307.89 | 0.49 | 0.31 |
| Hex | 74 | 28 | 6A | 0 | 42 | 9 | 37 | 134 | 31 | 1F |
| Octal | 164 | 50 | 152 | 0 | 102 | 11 | 67 | 464 | 61 | 37 |
| Binary | 1110100 | 101000 | 1101010 | 0 | 1000010 | 1001 | 110111 | 100110100 | 110001 | 11111 |
Color Harmonies of #74286A
Complementary color
Monochromatic Colors of #74286A
Black with #74286A
Text Example
Text Example
White with #74286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74286A; }
p { color: rgb(116,40,106); }
H1.HeaderClassName
{
color: #74286A;
}
.AnyTagClassName
{
color: #74286A;
}
</style>
background-color css
<style>
a { background-color: #74286A; }
a { background-color: rgb(116,40,106); }
div.DivClassName
{
background-color: #74286A;
}
.BgClassName
{
background-color: #74286A;
}
</style>
border-color css
<style>
span { border-color: #74286A; }
span { border-color: rgb(116,40,106); }
td.TdClassName
{
border-color: #74286A;
}
.TagClassName
{
border-color: #74286A;
}
</style>