#741783

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

Shades of Purple #741783

Tints of Purple #741783

Color information

#741783 (or 0x741783) is unknown color: approx Purple. HEX triplet: 74, 17 and 83. RGB value is (116,23,131). Sum of RGB (Red+Green+Blue) = 116+23+131=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #741783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741783 is #8BE87C. Grayscale: #3E3E3E. Windows color (decimal): -9169021 or 8591220. OLE color: 8591220.

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

Color convert

RGB11623131-
CMYK0.110.8200.49
HSL291.67º70.13%30.2%-
HSV(B)291.67º82.44%51.37%-
XYZ11.615.9622.01-
YUV63.12166.31165.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=42.96%
G=8.52%
B=48.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116231310.110.8200.49291.6770.1330.2
Hex741783B52031124461e
Octal164272031312206144410636
Binary11101001011110000011101110100100110001100100100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741783; }

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

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

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

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

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

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

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

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