Shades of Palatinate Purple #74306C
Tints of Palatinate Purple #74306C
RGB
CMYK
RGB Variations
Color information
#74306C (or 0x74306C) is known color: Palatinate Purple. HEX triplet: 74, 30 and 6C. RGB value is (116,48,108). Sum of RGB (Red+Green+Blue) = 116+48+108=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74306C is #8BCF93. Grayscale: #4B4B4B. Windows color (decimal): -9162644 or 7090292. OLE color: 7090292.
HSL color Cylindrical-coordinate representation of color #74306C: hue angle of 307.06º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74306C is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 48 | 108 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.55 |
| HSL | 307.06º | 0.41% | 0.32% | - |
| HSV(B) | 307.06º | 0.59% | 0.45% | - |
| XYZ | 10.97 | 6.91 | 14.94 | - |
| YUV | 75.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 108 | 0 | 0.59 | 0.07 | 0.55 | 307.06 | 0.41 | 0.32 |
| Hex | 74 | 30 | 6C | 0 | 3B | 7 | 37 | 133 | 29 | 20 |
| Octal | 164 | 60 | 154 | 0 | 73 | 7 | 67 | 463 | 51 | 40 |
| Binary | 1110100 | 110000 | 1101100 | 0 | 111011 | 111 | 110111 | 100110011 | 101001 | 100000 |
Color Harmonies of #74306C
Complementary color
Monochromatic Colors of #74306C
Black with #74306C
Text Example
Text Example
White with #74306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74306C; }
p { color: rgb(116,48,108); }
H1.HeaderClassName
{
color: #74306C;
}
.AnyTagClassName
{
color: #74306C;
}
</style>
background-color css
<style>
a { background-color: #74306C; }
a { background-color: rgb(116,48,108); }
div.DivClassName
{
background-color: #74306C;
}
.BgClassName
{
background-color: #74306C;
}
</style>
border-color css
<style>
span { border-color: #74306C; }
span { border-color: rgb(116,48,108); }
td.TdClassName
{
border-color: #74306C;
}
.TagClassName
{
border-color: #74306C;
}
</style>