#74047D

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

Shades of Purple #74047D

Tints of Purple #74047D

Color information

#74047D (or 0x74047D) is unknown color: approx Purple. HEX triplet: 74, 04 and 7D. RGB value is (116,4,125). Sum of RGB (Red+Green+Blue) = 116+4+125=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #74047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74047D is #8BFB82. Grayscale: #323232. Windows color (decimal): -9173891 or 8193140. OLE color: 8193140.

HSL color Cylindrical-coordinate representation of color #74047D: hue angle of 295.54º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74047D is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1164125-
CMYK0.070.9700.51
HSL295.54º93.8%25.29%-
HSV(B)295.54º96.8%49.02%-
XYZ10.955.2819.84-
YUV51.28169.61174.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 125 (49.22% from 255) = 51.02%
R=47.35%
G=1.63%
B=51.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11641250.070.9700.51295.5493.825.29
Hex7447D7610331285e19
Octal1644175714106345013631
Binary1110100100111110111111000010110011100101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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