#740681

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

Shades of Purple #740681

Tints of Purple #740681

Color information

#740681 (or 0x740681) is unknown color: approx Purple. HEX triplet: 74, 06 and 81. RGB value is (116,6,129). Sum of RGB (Red+Green+Blue) = 116+6+129=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #740681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740681 is #8BF97E. Grayscale: #343434. Windows color (decimal): -9173375 or 8455796. OLE color: 8455796.

HSL color Cylindrical-coordinate representation of color #740681: hue angle of 293.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740681 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1166129-
CMYK0.100.9500.49
HSL293.66º91.11%26.47%-
HSV(B)293.66º95.35%50.59%-
XYZ11.235.4321.22-
YUV52.91170.94173-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 129 (50.78% from 255) = 51.39%
R=46.22%
G=2.39%
B=51.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11661290.100.9500.49293.6691.1126.47
Hex74681A5F0311265b1a
Octal16462011213706144613332
Binary111010011010000001101010111110110001100100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740681; }

 p { color: rgb(116,6,129); }

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

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

 a { background-color: rgb(116,6,129); }

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

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

 span { border-color: rgb(116,6,129); }

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