#740E83

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

Shades of Purple #740E83

Tints of Purple #740E83

Color information

#740E83 (or 0x740E83) is unknown color: approx Purple. HEX triplet: 74, 0E and 83. RGB value is (116,14,131). Sum of RGB (Red+Green+Blue) = 116+14+131=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #740E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740E83 is #8BF17C. Grayscale: #393939. Windows color (decimal): -9171325 or 8588916. OLE color: 8588916.

HSL color Cylindrical-coordinate representation of color #740E83: hue angle of 292.31º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740E83 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11614131-
CMYK0.110.8900.49
HSL292.31º80.69%28.43%-
HSV(B)292.31º89.31%51.37%-
XYZ11.465.6721.96-
YUV57.84169.29169.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=44.44%
G=5.36%
B=50.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116141310.110.8900.49292.3180.6928.43
Hex74E83B59031124511c
Octal164162031313106144412134
Binary1110100111010000011101110110010110001100100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740E83; }

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

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

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

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

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

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

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

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