#741683

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

Shades of Purple #741683

Tints of Purple #741683

Color information

#741683 (or 0x741683) is unknown color: approx Purple. HEX triplet: 74, 16 and 83. RGB value is (116,22,131). Sum of RGB (Red+Green+Blue) = 116+22+131=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #741683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741683 is #8BE97C. Grayscale: #3E3E3E. Windows color (decimal): -9169277 or 8590964. OLE color: 8590964.

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

Color convert

RGB11622131-
CMYK0.110.8300.49
HSL291.74º71.24%30%-
HSV(B)291.74º83.21%51.37%-
XYZ11.595.9322.01-
YUV62.53166.64166.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=43.12%
G=8.18%
B=48.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116221310.110.8300.49291.7471.2430
Hex741683B53031124471e
Octal164262031312306144410736
Binary11101001011010000011101110100110110001100100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741683; }

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

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

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

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

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

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

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

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