#740660

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

Shades of Palatinate Purple #740660

Tints of Palatinate Purple #740660

Color information

#740660 (or 0x740660) is unknown color: approx Palatinate Purple. HEX triplet: 74, 06 and 60. RGB value is (116,6,96). Sum of RGB (Red+Green+Blue) = 116+6+96=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740660 is #8BF99F. Grayscale: #303030. Windows color (decimal): -9173408 or 6293108. OLE color: 6293108.

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

Color convert

RGB116696-
CMYK00.950.170.55
HSL310.91º90.16%23.92%-
HSV(B)310.91º94.83%45.49%-
XYZ9.384.6911.48-
YUV49.15154.44175.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=53.21%
G=2.75%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11669600.950.170.55310.9190.1623.92
Hex7466005F11371375a18
Octal16461400137216746713230
Binary111010011011000000101111110001110111100110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740660; }

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

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

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

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

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

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

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

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