#740560

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

Shades of Palatinate Purple #740560

Tints of Palatinate Purple #740560

Color information

#740560 (or 0x740560) is unknown color: approx Palatinate Purple. HEX triplet: 74, 05 and 60. RGB value is (116,5,96). Sum of RGB (Red+Green+Blue) = 116+5+96=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740560 is #8BFA9F. Grayscale: #303030. Windows color (decimal): -9173664 or 6292852. OLE color: 6292852.

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

Color convert

RGB116596-
CMYK00.960.170.55
HSL310.81º91.74%23.73%-
HSV(B)310.81º95.69%45.49%-
XYZ9.374.6711.47-
YUV48.56154.77176.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=53.46%
G=2.30%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11659600.960.170.55310.8191.7423.73
Hex7456006011371375c18
Octal16451400140216746713430
Binary111010010111000000110000010001110111100110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740560; }

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

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

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

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

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

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

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

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