#74077C

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

Shades of Purple #74077C

Tints of Purple #74077C

Color information

#74077C (or 0x74077C) is unknown color: approx Purple. HEX triplet: 74, 07 and 7C. RGB value is (116,7,124). Sum of RGB (Red+Green+Blue) = 116+7+124=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #74077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74077C is #8BF883. Grayscale: #343434. Windows color (decimal): -9173124 or 8128372. OLE color: 8128372.

HSL color Cylindrical-coordinate representation of color #74077C: hue angle of 295.9º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74077C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1167124-
CMYK0.060.9400.51
HSL295.9º89.31%25.69%-
HSV(B)295.9º94.35%48.63%-
XYZ10.925.3219.52-
YUV52.93168.11172.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 7 (3.12% from 255) = 2.83%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=46.96%
G=2.83%
B=50.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11671240.060.9400.51295.989.3125.69
Hex7477C65E033128591a
Octal1647174613606345013132
Binary1110100111111110011010111100110011100101000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74077C; }

 p { color: rgb(116,7,124); }

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

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

 a { background-color: rgb(116,7,124); }

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

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

 span { border-color: rgb(116,7,124); }

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