Shades of Palatinate Purple #74275F
Tints of Palatinate Purple #74275F
RGB
CMYK
RGB Variations
Color information
#74275F (or 0x74275F) is known color: Palatinate Purple. HEX triplet: 74, 27 and 5F. RGB value is (116,39,95). Sum of RGB (Red+Green+Blue) = 116+39+95=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74275F is #8BD8A0. Grayscale: #444444. Windows color (decimal): -9164961 or 6236020. OLE color: 6236020.
HSL color Cylindrical-coordinate representation of color #74275F: hue angle of 316.36º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74275F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 95 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.55 |
| HSL | 316.36º | 0.5% | 0.3% | - |
| HSV(B) | 316.36º | 0.66% | 0.45% | - |
| XYZ | 9.99 | 5.99 | 11.46 | - |
| YUV | 68.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 95 | 0 | 0.66 | 0.18 | 0.55 | 316.36 | 0.5 | 0.3 |
| Hex | 74 | 27 | 5F | 0 | 42 | 12 | 37 | 13C | 32 | 1E |
| Octal | 164 | 47 | 137 | 0 | 102 | 22 | 67 | 474 | 62 | 36 |
| Binary | 1110100 | 100111 | 1011111 | 0 | 1000010 | 10010 | 110111 | 100111100 | 110010 | 11110 |
Color Harmonies of #74275F
Complementary color
Monochromatic Colors of #74275F
Black with #74275F
Text Example
Text Example
White with #74275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74275F; }
p { color: rgb(116,39,95); }
H1.HeaderClassName
{
color: #74275F;
}
.AnyTagClassName
{
color: #74275F;
}
</style>
background-color css
<style>
a { background-color: #74275F; }
a { background-color: rgb(116,39,95); }
div.DivClassName
{
background-color: #74275F;
}
.BgClassName
{
background-color: #74275F;
}
</style>
border-color css
<style>
span { border-color: #74275F; }
span { border-color: rgb(116,39,95); }
td.TdClassName
{
border-color: #74275F;
}
.TagClassName
{
border-color: #74275F;
}
</style>