#740885

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

Shades of Purple #740885

Tints of Purple #740885

Color information

#740885 (or 0x740885) is unknown color: approx Purple. HEX triplet: 74, 08 and 85. RGB value is (116,8,133). Sum of RGB (Red+Green+Blue) = 116+8+133=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #740885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740885 is #8BF77A. Grayscale: #363636. Windows color (decimal): -9172859 or 8718452. OLE color: 8718452.

HSL color Cylindrical-coordinate representation of color #740885: hue angle of 291.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740885 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1168133-
CMYK0.130.9400.48
HSL291.84º88.65%27.65%-
HSV(B)291.84º93.98%52.16%-
XYZ11.525.5822.66-
YUV54.54172.28171.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=45.14%
G=3.11%
B=51.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11681330.130.9400.48291.8488.6527.65
Hex74885D5E030124591c
Octal164102051513606044413134
Binary1110100100010000101110110111100110000100100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740885; }

 p { color: rgb(116,8,133); }

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

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

 a { background-color: rgb(116,8,133); }

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

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

 span { border-color: rgb(116,8,133); }

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