Shades of Palatinate Purple #74085F
Tints of Palatinate Purple #74085F
RGB
CMYK
RGB Variations
Color information
#74085F (or 0x74085F) is known color: Palatinate Purple. HEX triplet: 74, 08 and 5F. RGB value is (116,8,95). Sum of RGB (Red+Green+Blue) = 116+8+95=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #74085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74085F is #8BF7A0. Grayscale: #313131. Windows color (decimal): -9172897 or 6228084. OLE color: 6228084.
HSL color Cylindrical-coordinate representation of color #74085F: hue angle of 311.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74085F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 95 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.55 |
| HSL | 311.67º | 0.87% | 0.24% | - |
| HSV(B) | 311.67º | 0.93% | 0.45% | - |
| XYZ | 9.35 | 4.71 | 11.24 | - |
| YUV | 50.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 95 | 0 | 0.93 | 0.18 | 0.55 | 311.67 | 0.87 | 0.24 |
| Hex | 74 | 8 | 5F | 0 | 5D | 12 | 37 | 138 | 57 | 18 |
| Octal | 164 | 10 | 137 | 0 | 135 | 22 | 67 | 470 | 127 | 30 |
| Binary | 1110100 | 1000 | 1011111 | 0 | 1011101 | 10010 | 110111 | 100111000 | 1010111 | 11000 |
Color Harmonies of #74085F
Complementary color
Monochromatic Colors of #74085F
Black with #74085F
Text Example
Text Example
White with #74085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74085F; }
p { color: rgb(116,8,95); }
H1.HeaderClassName
{
color: #74085F;
}
.AnyTagClassName
{
color: #74085F;
}
</style>
background-color css
<style>
a { background-color: #74085F; }
a { background-color: rgb(116,8,95); }
div.DivClassName
{
background-color: #74085F;
}
.BgClassName
{
background-color: #74085F;
}
</style>
border-color css
<style>
span { border-color: #74085F; }
span { border-color: rgb(116,8,95); }
td.TdClassName
{
border-color: #74085F;
}
.TagClassName
{
border-color: #74085F;
}
</style>