#74176F

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

Shades of Dark Purple #74176F

Tints of Dark Purple #74176F

Color information

#74176F (or 0x74176F) is unknown color: approx Dark Purple. HEX triplet: 74, 17 and 6F. RGB value is (116,23,111). Sum of RGB (Red+Green+Blue) = 116+23+111=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176F is #8BE890. Grayscale: #3C3C3C. Windows color (decimal): -9169041 or 7280500. OLE color: 7280500.

HSL color Cylindrical-coordinate representation of color #74176F: hue angle of 303.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74176F is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11623111-
CMYK00.800.040.55
HSL303.23º66.91%27.25%-
HSV(B)303.23º80.17%45.49%-
XYZ10.385.4715.55-
YUV60.84156.31167.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=46.4%
G=9.2%
B=44.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162311100.800.040.55303.2366.9127.25
Hex74176F05043712f431b
Octal16427157012046745710333
Binary111010010111110111101010000100110111100101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74176F; }

 p { color: rgb(116,23,111); }

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

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

 a { background-color: rgb(116,23,111); }

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

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

 span { border-color: rgb(116,23,111); }

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