#7D056F

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

Shades of Purple #7D056F

Tints of Purple #7D056F

Color information

#7D056F (or 0x7D056F) is unknown color: approx Purple. HEX triplet: 7D, 05 and 6F. RGB value is (125,5,111). Sum of RGB (Red+Green+Blue) = 125+5+111=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D056F is #82FA90. Grayscale: #343434. Windows color (decimal): -8583825 or 7275901. OLE color: 7275901.

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

Color convert

RGB1255111-
CMYK00.960.110.51
HSL307º92.31%25.49%-
HSV(B)307º96%49.02%-
XYZ11.385.6215.52-
YUV52.96160.76179.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.87%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=51.87%
G=2.07%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125511100.960.110.5130792.3125.49
Hex7D56F060B331335c19
Octal17551570140136346313431
Binary11111011011101111011000001011110011100110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,5,111); }

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

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

 a { background-color: rgb(125,5,111); }

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

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

 span { border-color: rgb(125,5,111); }

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