#7D0372

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

Shades of Purple #7D0372

Tints of Purple #7D0372

Color information

#7D0372 (or 0x7D0372) is unknown color: approx Purple. HEX triplet: 7D, 03 and 72. RGB value is (125,3,114). Sum of RGB (Red+Green+Blue) = 125+3+114=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0372 is #82FC8D. Grayscale: #333333. Windows color (decimal): -8584334 or 7471997. OLE color: 7471997.

HSL color Cylindrical-coordinate representation of color #7D0372: hue angle of 305.41º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0372 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB1253114-
CMYK00.980.090.51
HSL305.41º95.31%25.1%-
HSV(B)305.41º97.6%49.02%-
XYZ11.535.6416.4-
YUV52.13162.92179.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=51.65%
G=1.24%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125311400.980.090.51305.4195.3125.1
Hex7D3720629331315f19
Octal17531620142116346113731
Binary1111101111110010011000101001110011100110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,3,114); }

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

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

 a { background-color: rgb(125,3,114); }

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

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

 span { border-color: rgb(125,3,114); }

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