#74097C

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

Shades of Purple #74097C

Tints of Purple #74097C

Color information

#74097C (or 0x74097C) is unknown color: approx Purple. HEX triplet: 74, 09 and 7C. RGB value is (116,9,124). Sum of RGB (Red+Green+Blue) = 116+9+124=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #74097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74097C is #8BF683. Grayscale: #353535. Windows color (decimal): -9172612 or 8128884. OLE color: 8128884.

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

Color convert

RGB1169124-
CMYK0.060.9300.51
HSL295.83º86.47%26.08%-
HSV(B)295.83º92.74%48.63%-
XYZ10.945.3619.53-
YUV54.1167.45172.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=46.59%
G=3.61%
B=49.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11691240.060.9300.51295.8386.4726.08
Hex7497C65D033128561a
Octal16411174613506345012632
Binary11101001001111110011010111010110011100101000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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