#74168E

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

Shades of Purple #74168E

Tints of Purple #74168E

Color information

#74168E (or 0x74168E) is unknown color: approx Purple. HEX triplet: 74, 16 and 8E. RGB value is (116,22,142). Sum of RGB (Red+Green+Blue) = 116+22+142=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #74168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74168E is #8BE971. Grayscale: #3F3F3F. Windows color (decimal): -9169266 or 9311860. OLE color: 9311860.

HSL color Cylindrical-coordinate representation of color #74168E: hue angle of 287º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74168E is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11622142-
CMYK0.180.8500.44
HSL287º73.17%32.16%-
HSV(B)287º84.51%55.69%-
XYZ12.376.2426.14-
YUV63.79172.14165.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=41.43%
G=7.86%
B=50.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116221420.180.8500.4428773.1732.16
Hex74168E125502C11f4920
Octal164262162212505443711140
Binary1110100101101000111010010101010101011001000111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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