#7D287F

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

Shades of Dark Purple #7D287F

Tints of Dark Purple #7D287F

Color information

#7D287F (or 0x7D287F) is unknown color: approx Dark Purple. HEX triplet: 7D, 28 and 7F. RGB value is (125,40,127). Sum of RGB (Red+Green+Blue) = 125+40+127=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D287F is #82D780. Grayscale: #4B4B4B. Windows color (decimal): -8574849 or 8333437. OLE color: 8333437.

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

Color convert

RGB12540127-
CMYK0.020.6900.50
HSL298.62º52.1%32.75%-
HSV(B)298.62º68.5%49.8%-
XYZ13.057.4120.82-
YUV75.33157.16163.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.81%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 127 (50% from 255) = 43.49%
R=42.81%
G=13.70%
B=43.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal125401270.020.6900.50298.6252.132.75
Hex7D287F24503212b3421
Octal1755017721050624536441
Binary111110110100011111111010001010110010100101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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