#742B5E

Color #742B5E Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #742B5E

Tints of Palatinate Purple #742B5E

Color information

#742B5E (or 0x742B5E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2B and 5E. RGB value is (116,43,94). Sum of RGB (Red+Green+Blue) = 116+43+94=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B5E is #8BD4A1. Grayscale: #464646. Windows color (decimal): -9163938 or 6171508. OLE color: 6171508.

HSL color Cylindrical-coordinate representation of color #742B5E: hue angle of 318.08º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B5E is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1164394-
CMYK00.630.190.55
HSL318.08º45.91%31.18%-
HSV(B)318.08º62.93%45.49%-
XYZ10.096.2511.26-
YUV70.64141.18160.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=45.85%
G=17.00%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116439400.630.190.55318.0845.9131.18
Hex742B5E03F133713e2e1f
Octal1645313607723674765637
Binary1110100101011101111001111111001111011110011111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742B5E; }

 p { color: rgb(116,43,94); }

 H1.HeaderClassName
 {
   color: #742B5E;
 }
 .AnyTagClassName
 {
   color: #742B5E;
 }
</style>
background-color css

<style>
 a { background-color: #742B5E; }

 a { background-color: rgb(116,43,94); }

 div.DivClassName
 {
   background-color: #742B5E;
 }
 .BgClassName
 {
   background-color: #742B5E;
 }
</style>
border-color css

<style>
 span { border-color: #742B5E; }

 span { border-color: rgb(116,43,94); }

 td.TdClassName
 {
   border-color: #742B5E;
 }
 .TagClassName
 {
   border-color: #742B5E;
 }
</style>