#7C257A

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

Shades of Dark Purple #7C257A

Tints of Dark Purple #7C257A

Color information

#7C257A (or 0x7C257A) is unknown color: approx Dark Purple. HEX triplet: 7C, 25 and 7A. RGB value is (124,37,122). Sum of RGB (Red+Green+Blue) = 124+37+122=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C257A is #83DA85. Grayscale: #484848. Windows color (decimal): -8641158 or 8004988. OLE color: 8004988.

HSL color Cylindrical-coordinate representation of color #7C257A: hue angle of 301.38º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C257A is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12437122-
CMYK00.700.020.51
HSL301.38º54.04%31.57%-
HSV(B)301.38º70.16%48.63%-
XYZ12.497.0119.11-
YUV72.7155.82164.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=43.82%
G=13.07%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243712200.700.020.51301.3854.0431.57
Hex7C257A04623312d3620
Octal1744517201062634556640
Binary111110010010111110100100011010110011100101101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,122); }

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

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

 a { background-color: rgb(124,37,122); }

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

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

 span { border-color: rgb(124,37,122); }

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