#740588

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

Shades of Purple #740588

Tints of Purple #740588

Color information

#740588 (or 0x740588) is unknown color: approx Purple. HEX triplet: 74, 05 and 88. RGB value is (116,5,136). Sum of RGB (Red+Green+Blue) = 116+5+136=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #740588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740588 is #8BFA77. Grayscale: #343434. Windows color (decimal): -9173624 or 8914292. OLE color: 8914292.

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

Color convert

RGB1165136-
CMYK0.150.9600.47
HSL290.84º92.91%27.65%-
HSV(B)290.84º96.32%53.33%-
XYZ11.75.623.76-
YUV53.12174.77172.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=45.14%
G=1.95%
B=52.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11651360.150.9600.47290.8492.9127.65
Hex74588F6002F1235d1c
Octal16452101714005744313534
Binary111010010110001000111111000000101111100100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740588; }

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

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

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

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

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

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

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

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