#7B346F

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

Shades of Dark Purple #7B346F

Tints of Dark Purple #7B346F

Color information

#7B346F (or 0x7B346F) is unknown color: approx Dark Purple. HEX triplet: 7B, 34 and 6F. RGB value is (123,52,111). Sum of RGB (Red+Green+Blue) = 123+52+111=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B346F is #84CB90. Grayscale: #4F4F4F. Windows color (decimal): -8702865 or 7287931. OLE color: 7287931.

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

Color convert

RGB12352111-
CMYK00.580.100.52
HSL310.14º40.57%34.31%-
HSV(B)310.14º57.72%48.24%-
XYZ12.277.8115.9-
YUV79.96145.52158.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.01%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=43.01%
G=18.18%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235211100.580.100.52310.1440.5734.31
Hex7B346F03AA341362922
Octal1736415707212644665142
Binary1111011110100110111101110101010110100100110110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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