#7D2874

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

Shades of Dark Purple #7D2874

Tints of Dark Purple #7D2874

Color information

#7D2874 (or 0x7D2874) is unknown color: approx Dark Purple. HEX triplet: 7D, 28 and 74. RGB value is (125,40,116). Sum of RGB (Red+Green+Blue) = 125+40+116=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2874 is #82D78B. Grayscale: #494949. Windows color (decimal): -8574860 or 7612541. OLE color: 7612541.

HSL color Cylindrical-coordinate representation of color #7D2874: hue angle of 306.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2874 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12540116-
CMYK00.680.070.51
HSL306.35º51.52%32.35%-
HSV(B)306.35º68%49.02%-
XYZ12.377.1417.25-
YUV74.08151.66164.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=44.48%
G=14.23%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254011600.680.070.51306.3551.5232.35
Hex7D28740447331323420
Octal1755016401047634626440
Binary1111101101000111010001000100111110011100110010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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