Shades of Palatinate Purple #74265A
Tints of Palatinate Purple #74265A
RGB
CMYK
RGB Variations
Color information
#74265A (or 0x74265A) is known color: Palatinate Purple. HEX triplet: 74, 26 and 5A. RGB value is (116,38,90). Sum of RGB (Red+Green+Blue) = 116+38+90=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74265A is #8BD9A5. Grayscale: #434343. Windows color (decimal): -9165222 or 5908084. OLE color: 5908084.
HSL color Cylindrical-coordinate representation of color #74265A: hue angle of 320º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74265A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 90 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.55 |
| HSL | 320º | 0.51% | 0.3% | - |
| HSV(B) | 320º | 0.67% | 0.45% | - |
| XYZ | 9.74 | 5.84 | 10.29 | - |
| YUV | 67.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 90 | 0 | 0.67 | 0.22 | 0.55 | 320 | 0.51 | 0.3 |
| Hex | 74 | 26 | 5A | 0 | 43 | 16 | 37 | 140 | 33 | 1E |
| Octal | 164 | 46 | 132 | 0 | 103 | 26 | 67 | 500 | 63 | 36 |
| Binary | 1110100 | 100110 | 1011010 | 0 | 1000011 | 10110 | 110111 | 101000000 | 110011 | 11110 |
Color Harmonies of #74265A
Complementary color
Monochromatic Colors of #74265A
Black with #74265A
Text Example
Text Example
White with #74265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74265A; }
p { color: rgb(116,38,90); }
H1.HeaderClassName
{
color: #74265A;
}
.AnyTagClassName
{
color: #74265A;
}
</style>
background-color css
<style>
a { background-color: #74265A; }
a { background-color: rgb(116,38,90); }
div.DivClassName
{
background-color: #74265A;
}
.BgClassName
{
background-color: #74265A;
}
</style>
border-color css
<style>
span { border-color: #74265A; }
span { border-color: rgb(116,38,90); }
td.TdClassName
{
border-color: #74265A;
}
.TagClassName
{
border-color: #74265A;
}
</style>