#740568

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

Shades of Purple #740568

Tints of Purple #740568

Color information

#740568 (or 0x740568) is unknown color: approx Purple. HEX triplet: 74, 05 and 68. RGB value is (116,5,104). Sum of RGB (Red+Green+Blue) = 116+5+104=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #740568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740568 is #8BFA97. Grayscale: #313131. Windows color (decimal): -9173656 or 6817140. OLE color: 6817140.

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

Color convert

RGB1165104-
CMYK00.960.100.55
HSL306.49º91.74%23.73%-
HSV(B)306.49º95.69%45.49%-
XYZ9.764.8213.51-
YUV49.48158.77175.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=51.56%
G=2.22%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116510400.960.100.55306.4991.7423.73
Hex74568060A371325c18
Octal16451500140126746213430
Binary11101001011101000011000001010110111100110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740568; }

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

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

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

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

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

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

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

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