#7D0975

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

Shades of Purple #7D0975

Tints of Purple #7D0975

Color information

#7D0975 (or 0x7D0975) is unknown color: approx Purple. HEX triplet: 7D, 09 and 75. RGB value is (125,9,117). Sum of RGB (Red+Green+Blue) = 125+9+117=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0975 is #82F68A. Grayscale: #373737. Windows color (decimal): -8582795 or 7670141. OLE color: 7670141.

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

Color convert

RGB1259117-
CMYK00.930.060.51
HSL304.14º86.57%26.27%-
HSV(B)304.14º92.8%49.02%-
XYZ11.775.8417.34-
YUV56162.43177.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.80%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=49.80%
G=3.59%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125911700.930.060.51304.1486.5726.27
Hex7D97505D633130571a
Octal17511165013566346012732
Binary11111011001111010101011101110110011100110000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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