#7D0985

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

Shades of Purple #7D0985

Tints of Purple #7D0985

Color information

#7D0985 (or 0x7D0985) is unknown color: approx Purple. HEX triplet: 7D, 09 and 85. RGB value is (125,9,133). Sum of RGB (Red+Green+Blue) = 125+9+133=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D0985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0985 is #82F67A. Grayscale: #393939. Windows color (decimal): -8582779 or 8718717. OLE color: 8718717.

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

Color convert

RGB1259133-
CMYK0.060.9300.48
HSL296.13º87.32%27.84%-
HSV(B)296.13º93.23%52.16%-
XYZ12.796.2522.72-
YUV57.82170.43175.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.82%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=46.82%
G=3.37%
B=49.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12591330.060.9300.48296.1387.3227.84
Hex7D98565D030128571c
Octal17511205613506045012734
Binary111110110011000010111010111010110000100101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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