#7F2674

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

Shades of Dark Purple #7F2674

Tints of Dark Purple #7F2674

Color information

#7F2674 (or 0x7F2674) is unknown color: approx Dark Purple. HEX triplet: 7F, 26 and 74. RGB value is (127,38,116). Sum of RGB (Red+Green+Blue) = 127+38+116=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2674 is #80D98B. Grayscale: #494949. Windows color (decimal): -8444300 or 7612031. OLE color: 7612031.

HSL color Cylindrical-coordinate representation of color #7F2674: hue angle of 307.42º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2674 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12738116-
CMYK00.700.090.50
HSL307.42º53.94%32.35%-
HSV(B)307.42º70.08%49.8%-
XYZ12.67.1617.24-
YUV73.5151.99166.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=45.20%
G=13.52%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1273811600.700.090.50307.4253.9432.35
Hex7F26740469321333620
Octal17746164010611624636640
Binary11111111001101110100010001101001110010100110011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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