#7D286B

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

Shades of Dark Purple #7D286B

Tints of Dark Purple #7D286B

Color information

#7D286B (or 0x7D286B) is unknown color: approx Dark Purple. HEX triplet: 7D, 28 and 6B. RGB value is (125,40,107). Sum of RGB (Red+Green+Blue) = 125+40+107=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D286B is #82D794. Grayscale: #484848. Windows color (decimal): -8574869 or 7022717. OLE color: 7022717.

HSL color Cylindrical-coordinate representation of color #7D286B: hue angle of 312.71º 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 #7D286B is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12540107-
CMYK00.680.140.51
HSL312.71º51.52%32.35%-
HSV(B)312.71º68%49.02%-
XYZ11.876.9414.62-
YUV73.05147.16165.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=45.96%
G=14.71%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254010700.680.140.51312.7151.5232.35
Hex7D286B044E331393420
Octal17550153010416634716440
Binary11111011010001101011010001001110110011100111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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