#7F2974

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

Shades of Dark Purple #7F2974

Tints of Dark Purple #7F2974

Color information

#7F2974 (or 0x7F2974) is unknown color: approx Dark Purple. HEX triplet: 7F, 29 and 74. RGB value is (127,41,116). Sum of RGB (Red+Green+Blue) = 127+41+116=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2974 is #80D68B. Grayscale: #4B4B4B. Windows color (decimal): -8443532 or 7612799. OLE color: 7612799.

HSL color Cylindrical-coordinate representation of color #7F2974: hue angle of 307.67º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2974 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12741116-
CMYK00.680.090.50
HSL307.67º51.19%32.94%-
HSV(B)307.67º67.72%49.8%-
XYZ12.77.3617.27-
YUV75.26150.99164.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=44.72%
G=14.44%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1274111600.680.090.50307.6751.1932.94
Hex7F29740449321343321
Octal17751164010411624646341
Binary11111111010011110100010001001001110010100110100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2974; }

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

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

<style>
 a { background-color: #7F2974; }

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

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

<style>
 span { border-color: #7F2974; }

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

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