Shades of Palatinate Purple #741B5C
Tints of Palatinate Purple #741B5C
RGB
CMYK
RGB Variations
Color information
#741B5C (or 0x741B5C) is known color: Palatinate Purple. HEX triplet: 74, 1B and 5C. RGB value is (116,27,92). Sum of RGB (Red+Green+Blue) = 116+27+92=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #741B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B5C is #8BE4A3. Grayscale: #3C3C3C. Windows color (decimal): -9168036 or 6036340. OLE color: 6036340.
HSL color Cylindrical-coordinate representation of color #741B5C: hue angle of 316.18º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B5C is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
RGB | 116 | 27 | 92 | - |
CMYK | 0 | 0.77 | 0.21 | 0.55 |
HSL | 316.18º | 0.62% | 0.28% | - |
HSV(B) | 316.18º | 0.77% | 0.45% | - |
XYZ | 9.53 | 5.27 | 10.64 | - |
YUV | 61.02 | 145.49 | 167.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 27 | 92 | 0 | 0.77 | 0.21 | 0.55 | 316.18 | 0.62 | 0.28 |
Hex | 74 | 1B | 5C | 0 | 4D | 15 | 37 | 13C | 3E | 1C |
Octal | 164 | 33 | 134 | 0 | 115 | 25 | 67 | 474 | 76 | 34 |
Binary | 1110100 | 11011 | 1011100 | 0 | 1001101 | 10101 | 110111 | 100111100 | 111110 | 11100 |
Color Harmonies of #741B5C
Complementary color
Monochromatic Colors of #741B5C
Black with #741B5C
Text Example
Text Example
White with #741B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B5C; }
p { color: rgb(116,27,92); }
H1.HeaderClassName
{
color: #741B5C;
}
.AnyTagClassName
{
color: #741B5C;
}
</style>
background-color css
<style>
a { background-color: #741B5C; }
a { background-color: rgb(116,27,92); }
div.DivClassName
{
background-color: #741B5C;
}
.BgClassName
{
background-color: #741B5C;
}
</style>
border-color css
<style>
span { border-color: #741B5C; }
span { border-color: rgb(116,27,92); }
td.TdClassName
{
border-color: #741B5C;
}
.TagClassName
{
border-color: #741B5C;
}
</style>