#740988

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

Shades of Purple #740988

Tints of Purple #740988

Color information

#740988 (or 0x740988) is unknown color: approx Purple. HEX triplet: 74, 09 and 88. RGB value is (116,9,136). Sum of RGB (Red+Green+Blue) = 116+9+136=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #740988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740988 is #8BF677. Grayscale: #373737. Windows color (decimal): -9172600 or 8915316. OLE color: 8915316.

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

Color convert

RGB1169136-
CMYK0.150.9300.47
HSL290.55º87.59%28.43%-
HSV(B)290.55º93.38%53.33%-
XYZ11.745.6923.77-
YUV55.47173.45171.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=44.44%
G=3.45%
B=52.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11691360.150.9300.47290.5587.5928.43
Hex74988F5D02F123581c
Octal164112101713505744313034
Binary1110100100110001000111110111010101111100100011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740988; }

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

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

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

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

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

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

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

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