#740565

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

Shades of Purple #740565

Tints of Purple #740565

Color information

#740565 (or 0x740565) is unknown color: approx Purple. HEX triplet: 74, 05 and 65. RGB value is (116,5,101). Sum of RGB (Red+Green+Blue) = 116+5+101=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740565 is #8BFA9A. Grayscale: #303030. Windows color (decimal): -9173659 or 6620532. OLE color: 6620532.

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

Color convert

RGB1165101-
CMYK00.960.130.55
HSL308.11º91.74%23.73%-
HSV(B)308.11º95.69%45.49%-
XYZ9.614.7612.72-
YUV49.13157.27175.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=52.25%
G=2.25%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116510100.960.130.55308.1191.7423.73
Hex74565060D371345c18
Octal16451450140156746413430
Binary11101001011100101011000001101110111100110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740565; }

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

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

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

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

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

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

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

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