Shades of Palatinate Purple #741E6C
Tints of Palatinate Purple #741E6C
RGB
CMYK
RGB Variations
Color information
#741E6C (or 0x741E6C) is known color: Palatinate Purple. HEX triplet: 74, 1E and 6C. RGB value is (116,30,108). Sum of RGB (Red+Green+Blue) = 116+30+108=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #741E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E6C is #8BE193. Grayscale: #404040. Windows color (decimal): -9167252 or 7085684. OLE color: 7085684.
HSL color Cylindrical-coordinate representation of color #741E6C: hue angle of 305.58º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E6C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 108 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.55 |
| HSL | 305.58º | 0.59% | 0.29% | - |
| HSV(B) | 305.58º | 0.74% | 0.45% | - |
| XYZ | 10.37 | 5.72 | 14.75 | - |
| YUV | 64.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 108 | 0 | 0.74 | 0.07 | 0.55 | 305.58 | 0.59 | 0.29 |
| Hex | 74 | 1E | 6C | 0 | 4A | 7 | 37 | 132 | 3B | 1D |
| Octal | 164 | 36 | 154 | 0 | 112 | 7 | 67 | 462 | 73 | 35 |
| Binary | 1110100 | 11110 | 1101100 | 0 | 1001010 | 111 | 110111 | 100110010 | 111011 | 11101 |
Color Harmonies of #741E6C
Complementary color
Monochromatic Colors of #741E6C
Black with #741E6C
Text Example
Text Example
White with #741E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E6C; }
p { color: rgb(116,30,108); }
H1.HeaderClassName
{
color: #741E6C;
}
.AnyTagClassName
{
color: #741E6C;
}
</style>
background-color css
<style>
a { background-color: #741E6C; }
a { background-color: rgb(116,30,108); }
div.DivClassName
{
background-color: #741E6C;
}
.BgClassName
{
background-color: #741E6C;
}
</style>
border-color css
<style>
span { border-color: #741E6C; }
span { border-color: rgb(116,30,108); }
td.TdClassName
{
border-color: #741E6C;
}
.TagClassName
{
border-color: #741E6C;
}
</style>