#74166E

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

Shades of Dark Purple #74166E

Tints of Dark Purple #74166E

Color information

#74166E (or 0x74166E) is unknown color: approx Dark Purple. HEX triplet: 74, 16 and 6E. RGB value is (116,22,110). Sum of RGB (Red+Green+Blue) = 116+22+110=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74166E is #8BE991. Grayscale: #3B3B3B. Windows color (decimal): -9169298 or 7214708. OLE color: 7214708.

HSL color Cylindrical-coordinate representation of color #74166E: hue angle of 303.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74166E is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11622110-
CMYK00.810.050.55
HSL303.83º68.12%27.06%-
HSV(B)303.83º81.03%45.49%-
XYZ10.35.4115.25-
YUV60.14156.14167.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=46.77%
G=8.87%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162211000.810.050.55303.8368.1227.06
Hex74166E051537130441b
Octal16426156012156746010433
Binary111010010110110111001010001101110111100110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74166E; }

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

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

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

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

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

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

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

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