#740561

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

Shades of Purple #740561

Tints of Purple #740561

Color information

#740561 (or 0x740561) is unknown color: approx Purple. HEX triplet: 74, 05 and 61. RGB value is (116,5,97). Sum of RGB (Red+Green+Blue) = 116+5+97=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740561 is #8BFA9E. Grayscale: #303030. Windows color (decimal): -9173663 or 6358388. OLE color: 6358388.

HSL color Cylindrical-coordinate representation of color #740561: hue angle of 310.27º 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 #740561 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB116597-
CMYK00.960.160.55
HSL310.27º91.74%23.73%-
HSV(B)310.27º95.69%45.49%-
XYZ9.414.6811.72-
YUV48.68155.27176.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=53.21%
G=2.29%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11659700.960.160.55310.2791.7423.73
Hex7456106010371365c18
Octal16451410140206746613430
Binary111010010111000010110000010000110111100110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740561; }

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

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

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

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

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

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

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

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