#74187E

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

Shades of Purple #74187E

Tints of Purple #74187E

Color information

#74187E (or 0x74187E) is unknown color: approx Purple. HEX triplet: 74, 18 and 7E. RGB value is (116,24,126). Sum of RGB (Red+Green+Blue) = 116+24+126=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #74187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74187E is #8BE781. Grayscale: #3E3E3E. Windows color (decimal): -9168770 or 8263796. OLE color: 8263796.

HSL color Cylindrical-coordinate representation of color #74187E: hue angle of 294.12º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74187E is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11624126-
CMYK0.080.8100.51
HSL294.12º68%29.41%-
HSV(B)294.12º80.95%49.41%-
XYZ11.295.8720.28-
YUV63.14163.48165.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 126 (49.61% from 255) = 47.37%
R=43.61%
G=9.02%
B=47.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116241260.080.8100.51294.126829.41
Hex74187E851033126441d
Octal164301761012106344610435
Binary1110100110001111110100010100010110011100100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,24,126); }

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

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

 a { background-color: rgb(116,24,126); }

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

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

 span { border-color: rgb(116,24,126); }

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