Shades of Palatinate Purple #741265
Tints of Palatinate Purple #741265
RGB
CMYK
RGB Variations
Color information
#741265 (or 0x741265) is known color: Palatinate Purple. HEX triplet: 74, 12 and 65. RGB value is (116,18,101). Sum of RGB (Red+Green+Blue) = 116+18+101=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #741265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741265 is #8BED9A. Grayscale: #383838. Windows color (decimal): -9170331 or 6623860. OLE color: 6623860.
HSL color Cylindrical-coordinate representation of color #741265: hue angle of 309.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741265 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 101 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.55 |
| HSL | 309.18º | 0.73% | 0.26% | - |
| HSV(B) | 309.18º | 0.84% | 0.45% | - |
| XYZ | 9.77 | 5.09 | 12.78 | - |
| YUV | 56.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 101 | 0 | 0.84 | 0.13 | 0.55 | 309.18 | 0.73 | 0.26 |
| Hex | 74 | 12 | 65 | 0 | 54 | D | 37 | 135 | 49 | 1A |
| Octal | 164 | 22 | 145 | 0 | 124 | 15 | 67 | 465 | 111 | 32 |
| Binary | 1110100 | 10010 | 1100101 | 0 | 1010100 | 1101 | 110111 | 100110101 | 1001001 | 11010 |
Color Harmonies of #741265
Complementary color
Monochromatic Colors of #741265
Black with #741265
Text Example
Text Example
White with #741265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741265; }
p { color: rgb(116,18,101); }
H1.HeaderClassName
{
color: #741265;
}
.AnyTagClassName
{
color: #741265;
}
</style>
background-color css
<style>
a { background-color: #741265; }
a { background-color: rgb(116,18,101); }
div.DivClassName
{
background-color: #741265;
}
.BgClassName
{
background-color: #741265;
}
</style>
border-color css
<style>
span { border-color: #741265; }
span { border-color: rgb(116,18,101); }
td.TdClassName
{
border-color: #741265;
}
.TagClassName
{
border-color: #741265;
}
</style>