#741677

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

Shades of Dark Purple #741677

Tints of Dark Purple #741677

Color information

#741677 (or 0x741677) is unknown color: approx Dark Purple. HEX triplet: 74, 16 and 77. RGB value is (116,22,119). Sum of RGB (Red+Green+Blue) = 116+22+119=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #741677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741677 is #8BE988. Grayscale: #3C3C3C. Windows color (decimal): -9169289 or 7804532. OLE color: 7804532.

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

Color convert

RGB11622119-
CMYK0.030.8200.53
HSL298.14º68.79%27.65%-
HSV(B)298.14º81.51%46.67%-
XYZ10.825.6217.97-
YUV61.16160.64167.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=45.14%
G=8.56%
B=46.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116221190.030.8200.53298.1468.7927.65
Hex74167735203512a451c
Octal16426167312206545210534
Binary11101001011011101111110100100110101100101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741677; }

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

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

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

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

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

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

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

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