#740D77

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

Shades of Purple #740D77

Tints of Purple #740D77

Color information

#740D77 (or 0x740D77) is unknown color: approx Purple. HEX triplet: 74, 0D and 77. RGB value is (116,13,119). Sum of RGB (Red+Green+Blue) = 116+13+119=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #740D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D77 is #8BF288. Grayscale: #373737. Windows color (decimal): -9171593 or 7802228. OLE color: 7802228.

HSL color Cylindrical-coordinate representation of color #740D77: hue angle of 298.3º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D77 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11613119-
CMYK0.030.8900.53
HSL298.3º80.3%25.88%-
HSV(B)298.3º89.08%46.67%-
XYZ10.685.3317.92-
YUV55.88163.62170.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 13 (5.47% from 255) = 5.24%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=46.77%
G=5.24%
B=47.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116131190.030.8900.53298.380.325.88
Hex74D7735903512a501a
Octal16415167313106545212032
Binary1110100110111101111110110010110101100101010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740D77; }

 p { color: rgb(116,13,119); }

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

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

 a { background-color: rgb(116,13,119); }

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

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

 span { border-color: rgb(116,13,119); }

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