#7D1685

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

Shades of Purple #7D1685

Tints of Purple #7D1685

Color information

#7D1685 (or 0x7D1685) is unknown color: approx Purple. HEX triplet: 7D, 16 and 85. RGB value is (125,22,133). Sum of RGB (Red+Green+Blue) = 125+22+133=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1685 is #82E97A. Grayscale: #414141. Windows color (decimal): -8579451 or 8722045. OLE color: 8722045.

HSL color Cylindrical-coordinate representation of color #7D1685: hue angle of 295.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1685 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12522133-
CMYK0.060.8300.48
HSL295.68º71.61%30.39%-
HSV(B)295.68º83.46%52.16%-
XYZ12.986.6322.79-
YUV65.45166.12170.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=44.64%
G=7.86%
B=47.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125221330.060.8300.48295.6871.6130.39
Hex7D1685653030128481e
Octal17526205612306045011036
Binary1111101101101000010111010100110110000100101000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,22,133); }

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

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

 a { background-color: rgb(125,22,133); }

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

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

 span { border-color: rgb(125,22,133); }

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