#740065

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

Shades of Purple #740065

Tints of Purple #740065

Color information

#740065 (or 0x740065) is unknown color: approx Purple. HEX triplet: 74, 00 and 65. RGB value is (116,0,101). Sum of RGB (Red+Green+Blue) = 116+0+101=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740065 is #8BFF9A. Grayscale: #2D2D2D. Windows color (decimal): -9174939 or 6619252. OLE color: 6619252.

HSL color Cylindrical-coordinate representation of color #740065: hue angle of 307.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740065 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1160101-
CMYK010.130.55
HSL307.76º100%22.75%-
HSV(B)307.76º100%45.49%-
XYZ9.554.6512.71-
YUV46.2158.93177.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=53.46%
G=0%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1160101010.130.55307.7610022.75
Hex74065064D371346417
Octal16401450144156746414427
Binary111010001100101011001001101110111100110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740065; }

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

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

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

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

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

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

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

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