#740683

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

Shades of Purple #740683

Tints of Purple #740683

Color information

#740683 (or 0x740683) is unknown color: approx Purple. HEX triplet: 74, 06 and 83. RGB value is (116,6,131). Sum of RGB (Red+Green+Blue) = 116+6+131=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #740683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740683 is #8BF97C. Grayscale: #343434. Windows color (decimal): -9173373 or 8586868. OLE color: 8586868.

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

Color convert

RGB1166131-
CMYK0.110.9500.49
HSL292.8º91.24%26.86%-
HSV(B)292.8º95.42%51.37%-
XYZ11.365.4821.93-
YUV53.14171.94172.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=45.85%
G=2.37%
B=51.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11661310.110.9500.49292.891.2426.86
Hex74683B5F0311255b1b
Octal16462031313706144513333
Binary111010011010000011101110111110110001100100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740683; }

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

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

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

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

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

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

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

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