#7D056C

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

Shades of Purple #7D056C

Tints of Purple #7D056C

Color information

#7D056C (or 0x7D056C) is unknown color: approx Purple. HEX triplet: 7D, 05 and 6C. RGB value is (125,5,108). Sum of RGB (Red+Green+Blue) = 125+5+108=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D056C is #82FA93. Grayscale: #343434. Windows color (decimal): -8583828 or 7079293. OLE color: 7079293.

HSL color Cylindrical-coordinate representation of color #7D056C: hue angle of 308.5º 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 #7D056C is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB1255108-
CMYK00.960.140.51
HSL308.5º92.31%25.49%-
HSV(B)308.5º96%49.02%-
XYZ11.225.5514.67-
YUV52.62159.26179.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.52%
GREEN value IS 5 (2.34% from 255) = 2.10%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=52.52%
G=2.10%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125510800.960.140.51308.592.3125.49
Hex7D56C060E331345c19
Octal17551540140166346413431
Binary11111011011101100011000001110110011100110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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