#7C3270

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

Shades of Dark Purple #7C3270

Tints of Dark Purple #7C3270

Color information

#7C3270 (or 0x7C3270) is unknown color: approx Dark Purple. HEX triplet: 7C, 32 and 70. RGB value is (124,50,112). Sum of RGB (Red+Green+Blue) = 124+50+112=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3270 is #83CD8F. Grayscale: #4F4F4F. Windows color (decimal): -8637840 or 7352956. OLE color: 7352956.

HSL color Cylindrical-coordinate representation of color #7C3270: hue angle of 309.73º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3270 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12450112-
CMYK00.600.100.51
HSL309.73º42.53%34.12%-
HSV(B)309.73º59.68%48.63%-
XYZ12.387.7416.17-
YUV79.19146.52159.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=43.36%
G=17.48%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245011200.600.100.51309.7342.5334.12
Hex7C327003CA331362b22
Octal1746216007412634665342
Binary1111100110010111000001111001010110011100110110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,112); }

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

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

 a { background-color: rgb(124,50,112); }

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

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

 span { border-color: rgb(124,50,112); }

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