#7C346F

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

Shades of Dark Purple #7C346F

Tints of Dark Purple #7C346F

Color information

#7C346F (or 0x7C346F) is unknown color: approx Dark Purple. HEX triplet: 7C, 34 and 6F. RGB value is (124,52,111). Sum of RGB (Red+Green+Blue) = 124+52+111=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C346F is #83CB90. Grayscale: #505050. Windows color (decimal): -8637329 or 7287932. OLE color: 7287932.

HSL color Cylindrical-coordinate representation of color #7C346F: hue angle of 310.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C346F is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12452111-
CMYK00.580.100.51
HSL310.83º40.91%34.51%-
HSV(B)310.83º58.06%48.63%-
XYZ12.417.8915.91-
YUV80.25145.35159.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=43.21%
G=18.12%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245211100.580.100.51310.8340.9134.51
Hex7C346F03AA331372923
Octal1746415707212634675143
Binary1111100110100110111101110101010110011100110111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,111); }

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

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

 a { background-color: rgb(124,52,111); }

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

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

 span { border-color: rgb(124,52,111); }

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