#741688

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

Shades of Purple #741688

Tints of Purple #741688

Color information

#741688 (or 0x741688) is unknown color: approx Purple. HEX triplet: 74, 16 and 88. RGB value is (116,22,136). Sum of RGB (Red+Green+Blue) = 116+22+136=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #741688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741688 is #8BE977. Grayscale: #3E3E3E. Windows color (decimal): -9169272 or 8918644. OLE color: 8918644.

HSL color Cylindrical-coordinate representation of color #741688: hue angle of 289.47º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741688 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11622136-
CMYK0.150.8400.47
HSL289.47º72.15%30.98%-
HSV(B)289.47º83.82%53.33%-
XYZ11.936.0623.83-
YUV63.1169.14165.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=42.34%
G=8.03%
B=49.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116221360.150.8400.47289.4772.1530.98
Hex741688F5402F121481f
Octal164262101712405744111037
Binary11101001011010001000111110101000101111100100001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741688; }

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

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

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

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

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

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

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

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