#740571

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

Shades of Purple #740571

Tints of Purple #740571

Color information

#740571 (or 0x740571) is unknown color: approx Purple. HEX triplet: 74, 05 and 71. RGB value is (116,5,113). Sum of RGB (Red+Green+Blue) = 116+5+113=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #740571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740571 is #8BFA8E. Grayscale: #323232. Windows color (decimal): -9173647 or 7406964. OLE color: 7406964.

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

Color convert

RGB1165113-
CMYK00.960.030.55
HSL301.62º91.74%23.73%-
HSV(B)301.62º95.69%45.49%-
XYZ10.245.0116.05-
YUV50.5163.27174.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=49.57%
G=2.14%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116511300.960.030.55301.6291.7423.73
Hex7457106033712e5c18
Octal1645161014036745613430
Binary111010010111100010110000011110111100101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740571; }

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

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

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

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

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

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

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

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