#74047F

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

Shades of Purple #74047F

Tints of Purple #74047F

Color information

#74047F (or 0x74047F) is unknown color: approx Purple. HEX triplet: 74, 04 and 7F. RGB value is (116,4,127). Sum of RGB (Red+Green+Blue) = 116+4+127=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #74047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74047F is #8BFB80. Grayscale: #333333. Windows color (decimal): -9173889 or 8324212. OLE color: 8324212.

HSL color Cylindrical-coordinate representation of color #74047F: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74047F is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1164127-
CMYK0.090.9700.50
HSL294.63º93.89%25.69%-
HSV(B)294.63º96.85%49.8%-
XYZ11.085.3320.52-
YUV51.51170.61174-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 127 (50% from 255) = 51.42%
R=46.96%
G=1.62%
B=51.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11641270.090.9700.50294.6393.8925.69
Hex7447F9610321275e1a
Octal16441771114106244713632
Binary11101001001111111100111000010110010100100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74047F; }

 p { color: rgb(116,4,127); }

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

<style>
 a { background-color: #74047F; }

 a { background-color: rgb(116,4,127); }

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

<style>
 span { border-color: #74047F; }

 span { border-color: rgb(116,4,127); }

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