#742960

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

Shades of Palatinate Purple #742960

Tints of Palatinate Purple #742960

Color information

#742960 (or 0x742960) is unknown color: approx Palatinate Purple. HEX triplet: 74, 29 and 60. RGB value is (116,41,96). Sum of RGB (Red+Green+Blue) = 116+41+96=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742960 is #8BD69F. Grayscale: #454545. Windows color (decimal): -9164448 or 6302068. OLE color: 6302068.

HSL color Cylindrical-coordinate representation of color #742960: hue angle of 316º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742960 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1164196-
CMYK00.650.170.55
HSL316º47.77%30.78%-
HSV(B)316º64.66%45.49%-
XYZ10.116.1411.72-
YUV69.69142.85161.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=45.85%
G=16.21%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116419600.650.170.5531647.7730.78
Hex742960041113713c301f
Octal16451140010121674746037
Binary11101001010011100000010000011000111011110011110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742960; }

 p { color: rgb(116,41,96); }

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

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

 a { background-color: rgb(116,41,96); }

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

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

 span { border-color: rgb(116,41,96); }

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